Commit 2292f3a0 authored by 钱坤's avatar 钱坤

每日同步的时间增加10点和15点

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