Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
580553c2
Commit
580553c2
authored
May 18, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加定时删除七天前的人流数据
parent
116fda22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
refined-manager/src/main/java/com/mortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
...ortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
+2
-2
No files found.
refined-manager/src/main/java/com/mortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
View file @
580553c2
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment