|
@@ -328,7 +328,7 @@ 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 + $bdScore,2):$orderTotal, // 折扣后商品总价(不含运费)
|
|
|
|
|
|
|
+ 'pay_total' => $type==2?moneyFormat($orderTotal + $bdScoreTotal,2):$orderTotal, // 折扣后商品总价(不含运费)
|
|
|
'pay_status' => $type==2? 30 : 10, // 折扣后商品总价(不含运费)
|
|
'pay_status' => $type==2? 30 : 10, // 折扣后商品总价(不含运费)
|
|
|
'discount_point' => $discountPoint,
|
|
'discount_point' => $discountPoint,
|
|
|
'discount_total' => $discountTotal, // 折扣金额
|
|
'discount_total' => $discountTotal, // 折扣金额
|