Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
feo-jobs
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
探普后端
feo-jobs
Commits
e0a56e9f
Commit
e0a56e9f
authored
Aug 18, 2021
by
钱坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
从企微同步组织架构改为1小时一次
parent
37f2daac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OrgSyncByWxcpJob.java
...main/java/com/tanpu/feo/feojob/jobs/OrgSyncByWxcpJob.java
+1
-1
No files found.
src/main/java/com/tanpu/feo/feojob/jobs/OrgSyncByWxcpJob.java
View file @
e0a56e9f
...
...
@@ -65,7 +65,7 @@ public class OrgSyncByWxcpJob {
@Value
(
"${tanpu.sync.job.skipped:true}"
)
private
boolean
jobSkipped
;
@Scheduled
(
cron
=
"0 30 6
,10,15 * * ?"
)
//每日凌晨6点30
执行
@Scheduled
(
cron
=
"0 30 6
-19/1 * * ?"
)
//每日凌晨6点30开始
执行
public
void
execute
()
{
log
.
info
(
"====== 开始执行OrgSyncByWxcpJob ======"
);
try
{
...
...
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