Commit f87c10a7b1cc0160da9e2579381e03e220d365a2
1 parent
76390b8c27
Exists in
master
and in
6 other branches
预约短信
Showing 1 changed file with 0 additions and 1 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
f87c10a
... | ... | @@ -571,7 +571,6 @@ |
571 | 571 | |
572 | 572 | Date orderDate = DateUtils.addDay(new Date(), sendTimeType); |
573 | 573 | orderDate = DateUtils.formatDate(orderDate,DateUtils.Y_M_D); |
574 | - System.out.print("========="+DateUtils.getDateStr(orderDate, DateUtils.Y_M_D)); | |
575 | 574 | |
576 | 575 | List<BabyEyeCheck> checkModels = mongoTemplate.find(Query.query(Criteria.where("nextCheckTime").gte(orderDate).lt(DateUtils.addDay(orderDate, 1)) |
577 | 576 | .and("yn").is("1").and("hospitalId").is(tempHid)), BabyEyeCheck.class); |