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