mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
feat: #10000 快团团库存同步修改
This commit is contained in:
parent
a6c1ea7757
commit
1c2df71605
@ -68,7 +68,7 @@ class Goods
|
||||
$type = 'pdd.ktt.goods.incr.quantity';
|
||||
$appendParams = [
|
||||
'goods_id' => $goodsId,
|
||||
'quantity_delta' => $quantity,
|
||||
'quantity_delta' => max($quantity, 0),
|
||||
'sku_id' => $skuId,
|
||||
// 非必填
|
||||
'modify_quantity_type' => $modifyType, // 修改库存的类型,不传或1代表增量修改,2代表全量修改
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user