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('订单存在不支持快递配送的商品!'); +// } }