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