This commit is contained in:
mkm 2024-01-23 19:56:33 +08:00
parent 33218fbf6b
commit b4ba989c37

View File

@ -717,7 +717,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
$orderInfo = $this->v2CartIdByOrderInfo($user, $cartId, $takes, $useCoupon, $useIntegral, $addressId, true, $consumption_id); $orderInfo = $this->v2CartIdByOrderInfo($user, $cartId, $takes, $useCoupon, $useIntegral, $addressId, true, $consumption_id);
$order_model = $orderInfo['order_model']; $order_model = $orderInfo['order_model'];
$order_extend = $orderInfo['order_extend']; $order_extend = $orderInfo['order_extend'];
if ($pay_type == 'balance' && $orderInfo['source'] != 103) { if ($pay_type == 'balance' && $orderInfo['source'] != 103 && $orderInfo['source'] != 105) {
throw new ValidateException('余额支付只能用于里海云仓'); throw new ValidateException('余额支付只能用于里海云仓');
} }
if (!$orderInfo['order_delivery_status']) { if (!$orderInfo['order_delivery_status']) {