修改商品列表
This commit is contained in:
parent
c9b46e3a81
commit
d92c4d3804
@ -65,6 +65,9 @@ class StoreSpu extends BaseController
|
|||||||
'sys_labels',
|
'sys_labels',
|
||||||
'deduction_rate',
|
'deduction_rate',
|
||||||
'sale_type',
|
'sale_type',
|
||||||
|
'type_id',
|
||||||
|
'type_code',
|
||||||
|
'category_id',
|
||||||
]);
|
]);
|
||||||
if ($where['type_id'] || $where['type_code']) {
|
if ($where['type_id'] || $where['type_code']) {
|
||||||
$query = Merchant::where(['status' => 1, 'mer_state' => 1, 'is_del' => 0]);
|
$query = Merchant::where(['status' => 1, 'mer_state' => 1, 'is_del' => 0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user