Commit 46e1ee1d authored by 华润's avatar 华润

更新定时任务时间

parent 51f7be53
......@@ -30,7 +30,7 @@ public class AlarmTask {
/**第一次延迟(initialDelay)?秒后执行,之后按fixedDelay的规则每?秒执行一次*/
//辅助核算余额表刷数据脚本
@Scheduled(initialDelay = 10*60*60*1000, fixedDelay = 24*60*60*1000)
@Scheduled(initialDelay = 9*60*60*1000, fixedDelay = 24*60*60*1000)
public void run1(){
String dqsj = "";
Date dt = new Date();
......
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