仓库商品读取数据丢失修复
parent
f8719f539d
commit
72c11e9f1c
|
|
@ -70,6 +70,8 @@ class WarehouseGoodsService
|
|||
'is_delete_time' => 0,
|
||||
],
|
||||
'field' => 'id,title,images,price,min_price',
|
||||
'm' => 0,
|
||||
'n' => 0,
|
||||
];
|
||||
$ret = GoodsService::GoodsList($goods_params);
|
||||
$goods = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue