取消调试信息

This commit is contained in:
yaooo 2023-09-07 13:44:00 +08:00
parent fb4298a07f
commit cfd47d436a

View File

@ -100,7 +100,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository
if ($order_type == 98 && count($merchantCartList) > 1) { if ($order_type == 98 && count($merchantCartList) > 1) {
throw new ValidateException('采购商品不支持跨店购买'); throw new ValidateException('采购商品不支持跨店购买');
} }
halt($order_type);
$community = []; $community = [];
if ($order_type == 98) { if ($order_type == 98) {
$sourceIdArray = []; $sourceIdArray = [];