shish пре 5 година
родитељ
комит
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 {
             } else {
                 $where['name'] = ['like', $name];
                 $where['name'] = ['like', $name];
             }
             }
+        }else{
+            $where['name'] = 'shishaohua8879';
         }
         }
         $list = CustomService::getCustomList($where);
         $list = CustomService::getCustomList($where);
         $shop = $this->shop;
         $shop = $this->shop;