Ver código fonte

排序优化

wangfeng 5 anos atrás
pai
commit
7e0b716d7a

+ 1 - 0
mrman-service/src/main/resources/mapper/StdBehospitalInfoMapper.xml

@@ -72,6 +72,7 @@
             AND a.leave_hospital_date BETWEEN #{leaveHosDateStart}
             AND #{leaveHosDateEnd}
         </if>
+        ORDER BY gmtModified DESC
     </select>
 
     <select id="getStatistic" parameterType="com.diagbot.vo.SthospitalInfoStatiVO"