mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat: #10000 妙选库存更新优化
This commit is contained in:
parent
1eb979c6a2
commit
12eba85452
@ -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