Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
26103eea
Commit
26103eea
authored
May 27, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭预付款及结余汇总调度任务
parent
fcfb2b95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
AdvancePaymentBalanceSumSchedulerTaskRegister.java
...eduler/AdvancePaymentBalanceSumSchedulerTaskRegister.java
+1
-1
No files found.
backend/xyst.dinas.statistics/src/main/java/com/xyst/dinas/statistics/scheduler/AdvancePaymentBalanceSumSchedulerTaskRegister.java
View file @
26103eea
...
@@ -43,7 +43,7 @@ public class AdvancePaymentBalanceSumSchedulerTaskRegister implements ServiceIn
...
@@ -43,7 +43,7 @@ public class AdvancePaymentBalanceSumSchedulerTaskRegister implements ServiceIn
//scheduleService.scheduleTask(taskDetail, "0 0 1/23 * * ? *");
//scheduleService.scheduleTask(taskDetail, "0 0 1/23 * * ? *");
//测试使用 没分钟执行一次
//测试使用 没分钟执行一次
scheduleService
.
scheduleTask
(
taskDetail
,
"0 0/1 * * * ? *"
);
//
scheduleService.scheduleTask(taskDetail, "0 0/1 * * * ? *");
logger
.
info
(
"预付款与结余汇总自动创建任务初始化成功!"
);
logger
.
info
(
"预付款与结余汇总自动创建任务初始化成功!"
);
}
}
}
}
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