Commit b7f5014e authored by 钱坤's avatar 钱坤

从企微同步组织架构的任务频率调整为半小时检查一次

parent 40ab518f
......@@ -69,7 +69,7 @@ public class OrgSyncByWxcpJob {
@Resource
private FeignClientForFatools feignClientForFatools;
@Scheduled(cron = "0 30 6-19/1 * * ?") //每日凌晨6点30开始执行
@Scheduled(cron = "10 0/30 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