Browse Source

术语映射各医院统计排序问题

zhaops 4 năm trước cách đây
mục cha
commit
cf48c31238

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