Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李苗
/
Vion-DevOps
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit dbaf1ce6
authored
Sep 18, 2024
by
HlQ
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg] 修改钉钉组织关系定时任务的时间
1 parent
db353bbc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/vion/cron/OrgRunner.java
src/main/java/vion/cron/OrgRunner.java
View file @
dbaf1ce
...
@@ -17,7 +17,7 @@ public class OrgRunner {
...
@@ -17,7 +17,7 @@ public class OrgRunner {
private
final
DingMod
dingMod
;
private
final
DingMod
dingMod
;
@Scheduled
(
cron
=
"0
0
2 * * ?"
)
@Scheduled
(
cron
=
"0
1
2 * * ?"
)
public
void
syncOrg
()
{
public
void
syncOrg
()
{
log
.
info
(
"钉钉组织关系同步启动"
);
log
.
info
(
"钉钉组织关系同步启动"
);
dingMod
.
getDeptList
();
dingMod
.
getDeptList
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment