Kirin 3 years ago
parent
commit
b2da4efbaa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/models/store/StoreOrder.php

+ 1 - 0
app/models/store/StoreOrder.php

@@ -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 = [