shish %!s(int64=5) %!d(string=hai) anos
pai
achega
7f224b03e8
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      app-ghs/controllers/CustomController.php

+ 1 - 3
app-ghs/controllers/CustomController.php

@@ -128,9 +128,7 @@ class CustomController extends BaseController
                 $where['name'] = ['like', $name];
             }
         }else{
-            if($name !='*'){
-                $where['name'] = 'shishaohua8879';
-            }
+            $where['name'] = 'shishaohua8879';
         }
         $list = CustomService::getCustomList($where);
         $shop = $this->shop;