Commit 22932362764aeeeecdd70b9e74eeff7741e10a5c
1 parent
1f083a1498
Exists in
master
and in
6 other branches
儿保排序
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
2293236
... | ... | @@ -669,7 +669,7 @@ |
669 | 669 | query.setYn(YnEnums.YES.getId()); |
670 | 670 | query.setBuildIds(ids); |
671 | 671 | //查询儿童的检查记录 |
672 | - checkModels = babyCheckService.queryBabyCheckRecord(query, "checkDate", Sort.Direction.DESC); | |
672 | + checkModels = babyCheckService.queryBabyCheckRecord(query, "checkDate,created", Sort.Direction.DESC); | |
673 | 673 | Date babyBirth = personModel.getBirth(); |
674 | 674 | if (CollectionUtils.isNotEmpty(checkModels)) { |
675 | 675 |