bug修复

This commit is contained in:
杨建炊 2024-11-11 10:52:37 +08:00
parent efcde2d5df
commit 51e8f3a9fb

View File

@ -224,6 +224,7 @@ class ShopsController extends Controller
->get() ->get()
->toArray(); ->toArray();
$business->batchIncrQuantity($businessGoodsSkus, $stock, false); $business->batchIncrQuantity($businessGoodsSkus, $stock, false);
usleep(10);
} }
} }