更新
This commit is contained in:
parent
28265c9d79
commit
a9177fa2d0
@ -602,7 +602,9 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
||||
$total_price = $order_total_price;
|
||||
$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;
|
||||
return compact(
|
||||
'is_self_pickup',
|
||||
'order_type',
|
||||
'source',
|
||||
'order_model',
|
||||
|
Loading…
x
Reference in New Issue
Block a user