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
0f6cc61dfd
commit
2f49c3e2c8
@ -44,7 +44,7 @@ class CombinationGoodsStockUpdateListener
|
|||||||
if ($sku->is_combination) {
|
if ($sku->is_combination) {
|
||||||
$combinationGoodsIds[] = $sku->id;
|
$combinationGoodsIds[] = $sku->id;
|
||||||
} else {
|
} else {
|
||||||
$combinationGoodsItemIds[$sku->id] = $sku->id;
|
$combinationGoodsItemIds[] = $sku->id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user