Browse Source

有效规则查询条件排序

gaodm 3 năm trước cách đây
mục cha
commit
2fa136cfb8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>