|
@@ -113,6 +113,7 @@ public class CustomerGradeController {
|
|
|
resultData = ResultData.success(customerGradeInfoList.get(0));
|
|
|
}
|
|
|
}else {
|
|
|
+ //此处重新赋值123的原因:station_pay表取值 1 2 3 4 分别代表 等级直降 满减 立减 直降; 而 在markert_plan 1 2 3代表 满减 立减 直降
|
|
|
switch (discountPlanType){
|
|
|
case "2":
|
|
|
params.put("discountPlanType", "1");
|