1.提交缺失的东西

This commit is contained in:
2025-09-04 16:58:04 +08:00
parent 6708ac5d47
commit 582212d295

View File

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