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