|
@@ -442,6 +442,7 @@ class StoreOrder extends BaseModel
|
|
'coupon_price' => $couponPrice,
|
|
'coupon_price' => $couponPrice,
|
|
'deduction_price' => $deductionPrice,
|
|
'deduction_price' => $deductionPrice,
|
|
'SurplusIntegral' => $SurplusIntegral,
|
|
'SurplusIntegral' => $SurplusIntegral,
|
|
|
|
+ 'gainIntegral' => $gainIntegral,
|
|
];
|
|
];
|
|
}
|
|
}
|
|
$orderInfo = [
|
|
$orderInfo = [
|