Commit c3c978ee authored by 钱坤's avatar 钱坤

从企微同步频率改为10分钟

parent 69df3f80
...@@ -67,7 +67,7 @@ public class OrgSyncByWxcpJob { ...@@ -67,7 +67,7 @@ public class OrgSyncByWxcpJob {
@Resource @Resource
private FeignClientForFatools feignClientForFatools; private FeignClientForFatools feignClientForFatools;
@Scheduled(cron = "10 0/20 6-19/1 * * ?") //每日凌晨6点30开始执行,半小时检查一次 @Scheduled(cron = "10 0/10 6-19/1 * * ?") //每日凌晨6点30开始执行,半小时检查一次
public void execute() { public void execute() {
log.info("====== 开始执行OrgSyncByWxcpJob ======"); log.info("====== 开始执行OrgSyncByWxcpJob ======");
try { 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