|
|
@ -60,7 +60,7 @@ public class ScheduledRemindersTask {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 查询分页大小
|
|
|
|
* 查询分页大小
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private static final String RANGE_KEY = "日期";
|
|
|
|
private static final String RANGE_KEY = "回访日期";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void scheduledReminders() {
|
|
|
|
public void scheduledReminders() {
|
|
|
@ -165,7 +165,7 @@ public class ScheduledRemindersTask {
|
|
|
|
case TEXT:
|
|
|
|
case TEXT:
|
|
|
|
msg.put("msg_type", templateSubTypeEnum.getCode());
|
|
|
|
msg.put("msg_type", templateSubTypeEnum.getCode());
|
|
|
|
String templateContent = template.getTemplateContent();
|
|
|
|
String templateContent = template.getTemplateContent();
|
|
|
|
List<LinkedTreeMap<String,String>> people = (List<LinkedTreeMap<String,String>>)fields.get("人员");
|
|
|
|
List<LinkedTreeMap<String,String>> people = (List<LinkedTreeMap<String,String>>)fields.get("业务员");
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
for (int i = 0; i < people.size(); i++) {
|
|
|
|
for (int i = 0; i < people.size(); i++) {
|
|
|
|
LinkedTreeMap<String,String> detail = people.get(i);
|
|
|
|
LinkedTreeMap<String,String> detail = people.get(i);
|
|
|
|