zhaops преди 4 години
родител
ревизия
498cb37c78
променени са 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>