Explorar o código

有效规则查询条件排序

gaodm %!s(int64=3) %!d(string=hai) anos
pai
achega
2fa136cfb8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/main/resources/mapper/KlRuleMapper.xml

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

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