yzc пре 1 година
родитељ
комит
d31b77ec5b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      hx-tenant/src/main/resources/mapper/dict/DictCommonDataMapper.xml

+ 3 - 1
hx-tenant/src/main/resources/mapper/dict/DictCommonDataMapper.xml

@@ -11,7 +11,9 @@
             dcd.create_user,
             dcd.create_time,
             dcd.update_user,
-            dcd.update_time
+            dcd.update_time,
+            dcd.rule_json,
+            dcd.rule_num
         from dict_common_data dcd
             ${ew.customSqlSegment}
     </select>