This commit is contained in:
mkm 2024-01-18 11:18:50 +08:00
parent 28265c9d79
commit a9177fa2d0

View File

@ -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',