Commit 4cf38dd5 by guojuxing

规则分类/场景注释修改

parent 5e5289b4
......@@ -344,7 +344,7 @@ public class ConfigRuleApiServiceImpl implements ConfigRuleApiService {
} else if (ruleLevel == 2) {
RuleClassifyListDTO ruleClassify = new RuleClassifyListDTO().setRuleDesc(rule.getRuleDesc())
.setRuleId(rule.getRuleId()).setRuleName(rule.getRuleName()).setRemark(rule.getRemark())
.setSelect(select);
.setSelect(select).setClassifyIcon(rule.getClassifyIcon());
//分类
String ruleIdStr = rule.getParentRuleId().toString();
List<RuleClassifyListDTO> temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment