|
|
@@ -331,6 +331,7 @@ class OrderService extends BaseService
|
|
|
'num' => $orderCount,
|
|
|
'bd_score' => $bdScoreTotal, // 折扣后商品总价(不含运费)
|
|
|
'profit_total' => $profitTotal, // 折扣后商品总价(不含运费)
|
|
|
+ 'real_total' => moneyFormat($orderTotal + $bdScore,2), // 折扣后商品总价(不含运费)
|
|
|
'pay_total' => $orderTotal, // 折扣后商品总价(不含运费)
|
|
|
'pay_status' => $type==2? 30 : 10, // 折扣后商品总价(不含运费)
|
|
|
'discount_point' => $discountPoint,
|