浏览代码

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

zhaops 4 年之前
父节点
当前提交
9a57868bb1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cdssman-service/src/main/resources/mapper/HospitalInfoMapper.xml

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

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