瀏覽代碼

术语映射各医院统计排序问题

zhaops 4 年之前
父節點
當前提交
cf48c31238
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      cdssman-service/src/main/resources/mapper/HospitalInfoMapper.xml

+ 2 - 1
cdssman-service/src/main/resources/mapper/HospitalInfoMapper.xml

@@ -80,6 +80,7 @@
         <if test="hospitalInfoPageVO.name!=null and hospitalInfoPageVO.name!=''">
             AND a.name Like concat("%",#{hospitalInfoPageVO.name},"%")
         </if>
-        order by a.gmt_create asc
+        order by a.gmt_create asc,
+        a.id ASC
     </select>
 </mapper>