@@ -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>