Commit 084b8785d02fb5db5ec69dcebf7e54ba6f655718
1 parent
b5edb49493
Exists in
master
and in
6 other branches
短信修改
Showing 1 changed file with 3 additions and 3 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
084b878
... | ... | @@ -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) { |