Browse Source

有效规则查询条件排序

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

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

@@ -767,6 +767,7 @@
         </if>
         </if>
         ORDER BY
         ORDER BY
         t12.gmtModified DESC,
         t12.gmtModified DESC,
-        t12.ruleId DESC
+        t12.ruleId DESC,
+        t12.conceptId DESC
     </select>
     </select>
 </mapper>
 </mapper>