仓库商品读取数据丢失修复

feat/task1-c-wallet
devil 2020-08-16 20:17:58 +08:00
parent f8719f539d
commit 72c11e9f1c
1 changed files with 2 additions and 0 deletions

View File

@ -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 = [];