From 582212d295dc063eb498a34c93b1656793a2e40a Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Thu, 4 Sep 2025 16:58:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/logic/OrderLogic.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/api/logic/OrderLogic.php b/app/api/logic/OrderLogic.php index f80100b..c909597 100644 --- a/app/api/logic/OrderLogic.php +++ b/app/api/logic/OrderLogic.php @@ -598,10 +598,10 @@ class OrderLogic extends LogicBase $goods_name[] = $val['name']; } } - if (!empty($goods_name)) { -// throw new Exception('商品:'.implode('、',$goods_name).'不支持快递配送!'); - throw new Exception('订单存在不支持快递配送的商品!'); - } +// if (!empty($goods_name)) { +//// throw new Exception('商品:'.implode('、',$goods_name).'不支持快递配送!'); +// throw new Exception('订单存在不支持快递配送的商品!'); +// } }