Merge pull request !225 from 赵世界/feat/2024
This commit is contained in:
赵世界 2024-03-23 05:47:33 +00:00 committed by Gitee
commit e54b1515db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -68,6 +68,7 @@ class UpdateBusinessGoodsStock implements ShouldQueue
->get();
foreach ($businessGoodsSkus as $businessGoodsSku) {
BusinessGoodsSkuIncrQuantity::dispatch($shop, $businessGoodsSku->toArray(), $num, false);
usleep(100);
}
}
}