Commit e0a56e9f authored by 钱坤's avatar 钱坤

从企微同步组织架构改为1小时一次

parent 37f2daac
......@@ -65,7 +65,7 @@ public class OrgSyncByWxcpJob {
@Value("${tanpu.sync.job.skipped:true}")
private boolean jobSkipped;
@Scheduled(cron = "0 30 6,10,15 * * ?") //每日凌晨6点30执行
@Scheduled(cron = "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