Commit dbaf1ce6 by HlQ

[chg] 修改钉钉组织关系定时任务的时间

1 parent db353bbc
......@@ -17,7 +17,7 @@ public class OrgRunner {
private final DingMod dingMod;
@Scheduled(cron = "0 0 2 * * ?")
@Scheduled(cron = "0 1 2 * * ?")
public void syncOrg() {
log.info("钉钉组织关系同步启动");
dingMod.getDeptList();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!