Commit a47d4ef484c25e2fab5d9e43a6786dc3a0e4ca71

Authored by dongqin
1 parent e7079328f7

updata

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 @ a47d4ef
... ... @@ -459,7 +459,7 @@
459 459 }
460 460 }
461 461 if (!appointmentTimeBoolean && !nonNull) {
462   - query.addCriteria(Criteria.where("appointmentTime").gte(new Date()));
  462 + query.addCriteria(Criteria.where("appointmentTime").lt(new Date()));
463 463 }
464 464  
465 465 // 追访结果 1-显示 当前时间 > 预约时间