From 0aada964a7770e93d331979e048b95d0823c1c45 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 7 Sep 2023 16:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B0=83=E8=AF=95=E5=A7=94?= =?UTF-8?q?=E6=89=98=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/order/StoreOrder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/store/order/StoreOrder.php b/app/controller/api/store/order/StoreOrder.php index 33590406..d5114008 100644 --- a/app/controller/api/store/order/StoreOrder.php +++ b/app/controller/api/store/order/StoreOrder.php @@ -97,6 +97,7 @@ class StoreOrder extends BaseController } $uid = $this->request->uid(); + // halt(count($cartId), count($cartRepository->validIntersection($cartId, $uid))); if (!($count = count($cartId)) || $count != count($cartRepository->validIntersection($cartId, $uid))) return app('json')->fail('数据无效');