Commit 580553c2 authored by 赵啸非's avatar 赵啸非

添加定时删除七天前的人流数据

parent 116fda22
...@@ -84,9 +84,9 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService { ...@@ -84,9 +84,9 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService {
log.debug("同步今天等待用户任务"); log.debug("同步今天等待用户任务");
syncWaitAndFinQueue(); syncWaitAndFinQueue();
log.debug("同步今天等待用户完成任务"); log.debug("同步今天等待用户完成任务");
log.debug("关怀用户任务"); log.info("关怀用户任务");
updateWaitQueueTime(); updateWaitQueueTime();
log.debug("关怀服务完成任务"); log.info("关怀服务完成任务");
log.debug("清理超期等待业务"); log.debug("清理超期等待业务");
clearWaitQueueTime(); clearWaitQueueTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment