Commit 33aa511a054fcd7c4c4952a94531dfe1a61a0f9a
1 parent
444878ba63
Exists in
master
and in
8 other branches
电子病历排序
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
33aa511
... | ... | @@ -1177,7 +1177,7 @@ |
1177 | 1177 | } |
1178 | 1178 | } |
1179 | 1179 | |
1180 | - List<AntenatalExaminationModel> list1 = antenatalExaminationService.queryAntenatalExamination(antExQuery.convertToQuery()); | |
1180 | + List<AntenatalExaminationModel> list1 = antenatalExaminationService.queryAntenatalExamination(antExQuery.convertToQuery().addOrder(Sort.Direction.DESC,"checkDate")); | |
1181 | 1181 | if (CollectionUtils.isNotEmpty(list1)) { |
1182 | 1182 | for (AntenatalExaminationModel an : list1) { |
1183 | 1183 | if (null != an.getHospitalId()) { |