feat: #10000 更新

This commit is contained in:
赵世界 2023-04-26 10:51:15 +08:00
parent 0dbcf176c8
commit add09acaa4

View File

@ -83,6 +83,7 @@ class CombinationGoodsStockUpdateListener
} }
} }
if ($updateIds) { if ($updateIds) {
$updateIds = array_unique($updateIds);
event(new StockUpdateEvent($updateIds, 1, true)); event(new StockUpdateEvent($updateIds, 1, true));
} }
} }