Browse Source

修改排序

wangfeng 4 years ago
parent
commit
7fb987a4db
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cdssman-service/src/main/resources/mapper/KlConceptMapper.xml

+ 1 - 0
cdssman-service/src/main/resources/mapper/KlConceptMapper.xml

@@ -53,6 +53,7 @@
             AND UPPER(a.name) LIKE CONCAT('%', UPPER(trim(#{synonymName})), '%')
         </if>
         GROUP BY a.concept_id
+        ORDER BY b.gmt_modified DESC
     </select>
     <select id="getConceptAll" resultType="com.diagbot.dto.KlConceptAllDTO">
         SELECT