@@ -42,5 +42,6 @@
<if test="hospitalId !=null">
and hospital_id = #{hospitalId}
</if>
+ ORDER BY a.gmt_modified DESC
</select>
</mapper>