|
@@ -330,8 +330,8 @@ class OrderService extends BaseService
|
|
|
'bd_score' => $bdScoreTotal, // 折扣后商品总价(不含运费)
|
|
'bd_score' => $bdScoreTotal, // 折扣后商品总价(不含运费)
|
|
|
'profit_total' => $profitTotal, // 折扣后商品总价(不含运费)
|
|
'profit_total' => $profitTotal, // 折扣后商品总价(不含运费)
|
|
|
'pay_money' => $orderTotal, // 折扣后商品总价(不含运费)
|
|
'pay_money' => $orderTotal, // 折扣后商品总价(不含运费)
|
|
|
- 'pay_total' => $type==2?moneyFormat($orderTotal + $bdScoreTotal,2):$orderTotal, // 折扣后商品总价(不含运费)
|
|
|
|
|
- 'pay_status' => $type==2? 30 : 10, // 折扣后商品总价(不含运费)
|
|
|
|
|
|
|
+ 'pay_total' => $type==2 && $bdScoreTotal>0?moneyFormat($orderTotal + $bdScoreTotal,2):$orderTotal, // 折扣后商品总价(不含运费)
|
|
|
|
|
+ 'pay_status' => $type==2 && $bdScoreTotal>0? 30 : 10, // 折扣后商品总价(不含运费)
|
|
|
'discount_point' => $discountPoint,
|
|
'discount_point' => $discountPoint,
|
|
|
'discount_total' => $discountTotal, // 折扣金额
|
|
'discount_total' => $discountTotal, // 折扣金额
|
|
|
'delivery_fee' => $deliveryFee, // 运费
|
|
'delivery_fee' => $deliveryFee, // 运费
|