瀏覽代碼

Merge remote-tracking branch 'origin/dev/law20210801' into test

zhaops 4 年之前
父節點
當前提交
9904fde9ed
共有 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>