diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ScheduledRemindersTask.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ScheduledRemindersTask.java index bce7fba..5b39659 100644 --- a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ScheduledRemindersTask.java +++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ScheduledRemindersTask.java @@ -60,7 +60,7 @@ public class ScheduledRemindersTask { /** * 查询分页大小 */ - private static final String RANGE_KEY = "日期"; + private static final String RANGE_KEY = "回访日期"; public void scheduledReminders() { @@ -165,7 +165,7 @@ public class ScheduledRemindersTask { case TEXT: msg.put("msg_type", templateSubTypeEnum.getCode()); String templateContent = template.getTemplateContent(); - List> people = (List>)fields.get("人员"); + List> people = (List>)fields.get("业务员"); StringBuilder sb = new StringBuilder(); for (int i = 0; i < people.size(); i++) { LinkedTreeMap detail = people.get(i);