gaodm 4 anni fa
parent
commit
bb26cda0bf

+ 0 - 2
cdssman-service/src/main/resources/mapper/KlLexiconMapper.xml

@@ -34,8 +34,6 @@
         <if test="code!=null">
             AND UPPER(code) LIKE CONCAT('%', UPPER(trim(#{code})), '%')
         </if>
-        ORDER BY
-            gmt_modified DESC
     </select>
 
 </mapper>

+ 0 - 2
cdssman-service/src/main/resources/mapper/KlLexiconRelationshipMapper.xml

@@ -30,7 +30,5 @@
         <if test="code!=null">
             AND UPPER(code) LIKE CONCAT('%', UPPER(trim(#{code})), '%')
         </if>
-        ORDER BY
-        gmt_modified DESC
     </select>
 </mapper>