Commit eb7abcf1ba9d32d1e83d66958c549df21a00e365
1 parent
8837d8630f
Exists in
master
and in
6 other branches
短信修改
Showing 1 changed file with 1 additions and 1 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/TempleteMsgGenerateWorker.java
View file @
eb7abcf
... | ... | @@ -876,7 +876,7 @@ |
876 | 876 | //去产检冗余表,根据产检时间进行降序排列,取第一条的下次产检时间 |
877 | 877 | //查询产检冗余表的产检时间为昨天或前天,再根据patientId集合,查询产检冗余表,然后如果产检时间在规定范围内存在,则已经产检, |
878 | 878 | //如果范围内没有记录则发送推送或者短信 |
879 | -//发送短信集合 | |
879 | + //发送短信集合 | |
880 | 880 | //该提醒的预约产检时间 |
881 | 881 | Date yuYueDate = DateUtils.addDay(DateUtil.getYMDTime(), sendTimeType); |
882 | 882 |