shish 5 лет назад
Родитель
Сommit
0b272cfe1d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app-ghs/controllers/CustomController.php

+ 2 - 0
app-ghs/controllers/CustomController.php

@@ -127,6 +127,8 @@ class CustomController extends BaseController
             } else {
                 $where['name'] = ['like', $name];
             }
+        }else{
+            $where['name'] = 'shishaohua8879';
         }
         $list = CustomService::getCustomList($where);
         $shop = $this->shop;