zhaops 4 سال پیش
والد
کامیت
5840a1171f

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

@@ -37,6 +37,7 @@
         <if test="deptConfigPageVO.uniqueCode!=null and deptConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{deptConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -33,6 +33,7 @@
         <if test="diseaseConfigPageVO.icdCode!=null and diseaseConfigPageVO.icdCode!=''">
             and a.icd_code like concat("%",#{diseaseConfigPageVO.icdCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -33,6 +33,7 @@
         <if test="drugConfigPageVO.uniqueCode!=null and drugConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{drugConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -37,6 +37,7 @@
         <if test="lisConfigPageVO.uniqueCode!=null and lisConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{lisConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -33,6 +33,7 @@
         <if test="operationConfigPageVO.uniqueCode!=null and operationConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{operationConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -33,6 +33,7 @@
         <if test="pacsConfigPageVO.uniqueCode!=null and pacsConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{pacsConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->

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

@@ -33,6 +33,7 @@
         <if test="transfusionConfigPageVO.uniqueCode!=null and transfusionConfigPageVO.uniqueCode!=''">
             and a.unique_code like concat("%",#{transfusionConfigPageVO.uniqueCode},"%")
         </if>
+        order by a.gmt_modified desc
     </select>
 
     <!-- 各医院映射关系数列表 -->