Selaa lähdekoodia

有效规则查询条件排序

gaodm 3 vuotta sitten
vanhempi
commit
4027a22b5f
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      src/main/resources/mapper/KlRuleMapper.xml

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

@@ -766,9 +766,6 @@
             AND t11. STATUS = 1) t13 ON t12.ruleId = t13.ruleId
         </if>
         ORDER BY
-        t12.conceptId,
-        t12.ruleType,
-        t12.hasSubCond,
         t12.gmtModified DESC,
         t12.ruleId DESC
     </select>