feat: #10000 妙选推送库存修改
This commit is contained in:
parent
dc6a013456
commit
a6c1ea7757
@ -20,7 +20,7 @@ class Goods
|
||||
{
|
||||
return [
|
||||
'data' => [
|
||||
'stock' => $quantity,
|
||||
'stock' => max($quantity, 0),
|
||||
'business_sku_id' => $businessGoods['sku_id'],
|
||||
'business_goods_id' => $businessGoods['goods_id'],
|
||||
'erp_shop_id' => $shopId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user