Commit dfc13918 authored by 郝彦辉's avatar 郝彦辉

数据同步修改,增加钉钉报警

parent 3824b779
......@@ -48,7 +48,7 @@ public class LoanApplicationManifestHistoryTask {
private static AtomicBoolean SYN_Stop = new AtomicBoolean(false);
@Async
@Scheduled(cron = "0 05 17 * * ?")//2019.11.15 15:25
@Scheduled(cron = "0 0 05 * * ?")//2019.11.15 15:25
public void startHistoryDateCopy(){
if(increment()){
redisTemplate.expire(Constant.XYQB_HISTORY_DAI_REPORT_LOCK_KEY, 10, TimeUnit.SECONDS);
......
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