From 51e8f3a9fbb23936c5142c2630e6f6dd30fcea4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Mon, 11 Nov 2024 10:52:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Shop/ShopsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Shop/ShopsController.php b/app/Http/Controllers/Shop/ShopsController.php index 2df0ca0..2ae90be 100644 --- a/app/Http/Controllers/Shop/ShopsController.php +++ b/app/Http/Controllers/Shop/ShopsController.php @@ -224,6 +224,7 @@ class ShopsController extends Controller ->get() ->toArray(); $business->batchIncrQuantity($businessGoodsSkus, $stock, false); + usleep(10); } }