Browse Source

规则分类直接展开到最细的层次

gaodm 4 years ago
parent
commit
f69df5a89b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/mapper/KlRuleMapper.xml

+ 2 - 0
src/main/resources/mapper/KlRuleMapper.xml

@@ -364,6 +364,7 @@
             t4.lib_name AS libName,
             t4.lib_type AS libType,
             t1.rule_type AS ruleType,
+            t1.msg AS msg,
             t1.has_sub_cond AS hasSubCond
         FROM
             kl_rule t1,
@@ -384,6 +385,7 @@
             t11.lib_name AS libName,
             t11.lib_type AS libType,
             t1.rule_type AS ruleType,
+            t1.msg AS msg,
             t1.has_sub_cond AS hasSubCond
         FROM
             kl_rule t1,