|
@ -235,7 +235,7 @@ public class PointRuleServiceImpl extends BaseServiceImpl<PointRuleDao, PointRul |
|
|
sb.append(s).append(","); |
|
|
sb.append(s).append(","); |
|
|
appendStatus = true; |
|
|
appendStatus = true; |
|
|
} |
|
|
} |
|
|
// 规则启用
|
|
|
// 规则启用 是否启用 0-否,1-是
|
|
|
String status; |
|
|
String status; |
|
|
if (e.getEnabledFlag().equals(NumConstant.ZERO_STR)){ |
|
|
if (e.getEnabledFlag().equals(NumConstant.ZERO_STR)){ |
|
|
status = "false"; |
|
|
status = "false"; |
|
|