diff --git a/app/common/repositories/store/order/StoreOrderCreateRepository.php b/app/common/repositories/store/order/StoreOrderCreateRepository.php index 7a25c231..443f98b4 100644 --- a/app/common/repositories/store/order/StoreOrderCreateRepository.php +++ b/app/common/repositories/store/order/StoreOrderCreateRepository.php @@ -100,7 +100,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository if ($order_type == 98 && count($merchantCartList) > 1) { throw new ValidateException('采购商品不支持跨店购买'); } - halt($order_type); $community = []; if ($order_type == 98) { $sourceIdArray = [];