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