飞书机器人提醒-修改表格名称
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

于相涌/robot
YXY 1 year ago
parent ae5e865fed
commit 212a22f17a

@ -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);

Loading…
Cancel
Save