浏览代码

修改 统一使用discountWay

jk-GitHub-coder 4 年之前
父节点
当前提交
2791f84690
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      YijiaRestful/src/main/resources/mapper/CustomerGradeMapper.xml

+ 2 - 2
YijiaRestful/src/main/resources/mapper/CustomerGradeMapper.xml

@@ -27,7 +27,7 @@
             station_id                  AS stationId,
             vip_discounty_plus          AS vipDiscountyPlus,
             coupon_plus                 AS couponPlus,
-            discount_plan_type          AS discountPlanType,
+            discount_plan_type          AS discountWay,
             station_name                AS stationName,
             oil_name                    AS oilName
         FROM markert_plan
@@ -124,7 +124,7 @@
             T3.discount_amt             AS discountAmt,
             T3.vip_discounty_plus       AS vipDiscountyPlus,
             T3.coupon_plus              AS couponPlus,
-            T3.discount_plan_type       AS discountPlanType
+            T3.discount_plan_type       AS discountWay
         FROM
             app_user_info 				AS T1
         LEFT JOIN customer_manage 		AS T2   ON T1.mobile_phone = T2.phone_number