Commit 35db018d35b67cfcefb83dd5efe89294253b5f55
1 parent
1020e10657
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/service/impl/BabyAfterVisitServiceImpl.java
View file @
35db018
| ... | ... | @@ -469,7 +469,7 @@ |
| 469 | 469 | } |
| 470 | 470 | } |
| 471 | 471 | |
| 472 | - if (!appointmentTimeBoolean && !nonNull ) { | |
| 472 | + if (!appointmentTimeBoolean && !nonNull && !Objects.equals("1", afterVisitResult) && !Objects.equals("2", afterVisitResult)) { | |
| 473 | 473 | query.addCriteria(Criteria.where("appointmentTime").lt(new Date())); |
| 474 | 474 | } |
| 475 | 475 |