Bladeren bron

Merge remote-tracking branch 'origin/dev/neo2mysql20210120' into dev/neo2mysql20210120

zhaops 4 jaren geleden
bovenliggende
commit
ab8d3a70d5

+ 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>