更新
This commit is contained in:
parent
2feea0369b
commit
f0e04cf52c
@ -636,6 +636,9 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|||||||
$openIntegral = $merIntegralFlag && !$order_type && $sysIntegralConfig['integral_status'] && $sysIntegralConfig['integral_money'] > 0;
|
$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);
|
$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;
|
$is_self_pickup = true;
|
||||||
|
if($order_type=='balance' &&$source!=103){
|
||||||
|
throw new ValidateException('余额支付只能用于里海云仓');
|
||||||
|
}
|
||||||
return compact(
|
return compact(
|
||||||
'is_self_pickup',
|
'is_self_pickup',
|
||||||
'order_type',
|
'order_type',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user