This commit is contained in:
mkm 2024-01-23 12:39:07 +08:00
parent 78e013a1fe
commit aab3f4ea59

@ -654,7 +654,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
$openIntegral = $merIntegralFlag && !$order_type && $sysIntegralConfig['integral_status'] && $sysIntegralConfig['integral_money'] > 0;
$total_coupon = bcadd($order_svip_discount, bcadd(bcadd($total_platform_coupon_price, $order_coupon_price, 2), $order_total_integral_price, 2), 2);
$is_self_pickup = true;
if($order_type=='balance' &&$source!=103 && $createOrder==true){
if($order_type==='balance' &&$source!=103 && $createOrder==true){
throw new ValidateException('余额支付只能用于里海云仓');
}
return compact(