Commit 3fd42f90 authored by 钱坤's avatar 钱坤

从企微同步组织架构频率改为20分钟一次

parent 51db60a5
......@@ -67,7 +67,7 @@ public class OrgSyncByWxcpJob {
@Resource
private FeignClientForFatools feignClientForFatools;
@Scheduled(cron = "10 0/30 6-19/1 * * ?") //每日凌晨6点30开始执行,半小时检查一次
@Scheduled(cron = "10 0/20 6-19/1 * * ?") //每日凌晨6点30开始执行,半小时检查一次
public void execute() {
log.info("====== 开始执行OrgSyncByWxcpJob ======");
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment