Browse Source

问题修正

gaodm 4 years ago
parent
commit
bb26cda0bf

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

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

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

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