Commit 325fdb2d6320e48481ab67bf7f5b0edf3c6ac00d
1 parent
5c74d8064f
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/BabyBookbuildingFacade.java
View file @
325fdb2
... | ... | @@ -3525,7 +3525,7 @@ |
3525 | 3525 | List <BabyModel> models = null; |
3526 | 3526 | if (CollectionUtils.isNotEmpty(babyQuery.getHospitalIdList()) && babyQuery.getHospitalIdList().size() == 1 && "2100001377".equals(babyQuery.getHospitalIdList().get(0))) |
3527 | 3527 | { |
3528 | - models = babyBookbuildingService.queryBabyBuildByCond(babyQuery, "nextDate,created", Sort.Direction.ASC); | |
3528 | + models = babyBookbuildingService.queryBabyBuildByCond(babyQuery, "nextDate", Sort.Direction.ASC); | |
3529 | 3529 | } |
3530 | 3530 | else if (CollectionUtils.isNotEmpty(babyQuery.getHospitalIdList()) && babyQuery.getHospitalIdList().size() == 1 && "2100002261".equals(babyQuery.getHospitalIdList().get(0))) |
3531 | 3531 | { |