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