bug修复
This commit is contained in:
parent
4b2e57a8a0
commit
bf1d627e9d
@ -49,7 +49,7 @@ class BatchStockUpdateListener implements ShouldQueue
|
||||
->where('external_sku_id', $goodsSku->external_sku_id)
|
||||
->get();
|
||||
BusinessFactory::init()->make($shop['plat_id'])->setShopWithId($shop['id'])->batchIncrQuantity($businessGoodsSkus->toArray(), $num, false);
|
||||
usleep(50);
|
||||
usleep(100);
|
||||
}
|
||||
}
|
||||
} catch (\Exception $exception) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user