|
|
@@ -107,7 +107,7 @@ public class ScheduleTask1 {
|
|
|
alertDetailRecord.put("today", UtilDateTime.getLocalDateTimeTimeStamp(LocalDate.now().atStartOfDay()));
|
|
|
// alertDetailRecord.put("tomorrow", UtilDateTime.getLocalDateTimeTimeStamp(LocalDate.now().plusDays(1).atStartOfDay()));
|
|
|
alertDetailRecord.put("remark","2026年5月10日后进入私海,新客户,未建联,超过3天未跟进");
|
|
|
- yidaService.addAlertDetail(alertDetailRecord);
|
|
|
+// yidaService.addAlertDetail(alertDetailRecord);
|
|
|
}
|
|
|
|
|
|
//按业务员分组,统计客户数量
|
|
|
@@ -127,7 +127,7 @@ public class ScheduleTask1 {
|
|
|
alertLogRecord.put("businessUserId",entry.getKey());
|
|
|
alertLogRecord.put("customerNum",entry.getValue().size());
|
|
|
alertLogRecord.put("today", UtilDateTime.getLocalDateTimeTimeStamp(LocalDate.now().atStartOfDay()));
|
|
|
- yidaService.addAlertLog(alertLogRecord);
|
|
|
+// yidaService.addAlertLog(alertLogRecord);
|
|
|
}
|
|
|
|
|
|
|