Commit 6ca684c6a2fe33b879574280087153a6706041d6
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
6ca684c
... | ... | @@ -878,10 +878,10 @@ |
878 | 878 | //发送短信集合 |
879 | 879 | //该提醒的预约产检时间 |
880 | 880 | Date yuYueDate = DateUtils.addDay(new Date(), sendTimeType); |
881 | - PatientsQuery patientQuery = new PatientsQuery(); | |
882 | - patientQuery.setNextCheckTimeStart(yuYueDate); | |
881 | + | |
882 | + patientsQuery.setNextCheckTimeStart(yuYueDate); | |
883 | 883 | //查指定预约下次产检时间 |
884 | - List<Patients> patients = yunBookbuildingService.queryPregnantWithQuery(patientQuery); | |
884 | + List<Patients> patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery); | |
885 | 885 | |
886 | 886 | if (CollectionUtils.isNotEmpty(patients)) { |
887 | 887 | for (Patients pat : patients) { |