Explorar o código

有效规则查询条件排序

gaodm %!s(int64=3) %!d(string=hai) anos
pai
achega
4027a22b5f
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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>