Browse Source

调整定时任务启动时间

songxinlu 3 years ago
parent
commit
c24db8453a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      daqe-center/src/main/resources/bootstrap.yml

+ 3 - 3
daqe-center/src/main/resources/bootstrap.yml

@@ -59,18 +59,18 @@ swagger.version: 0.0.1-SNAPSHOT
 #数据比对定时器
 blockloss:
   compare:
-    cron: 0 0/1 * * * ?
+    cron: 0 0 1 * * ?
     use: true
     hospitalId: 4
 #数据校验定时器
 columnResult:
   compare:
-    cron: 0 0/1 * * ?
+    cron: 0 30 1 * * ?
     use: true
     hospitalId: 4
 #修改规则数据校验定时器
 upColumnResult:
   compare:
-    cron: 0 0/0 * * ?
+    cron: 0 0 2 * * ?
     use: true
     hospitalId: 4