소스 검색

Merge branch 'dev/20220228_v3.0.1通用版_渠道管理第一期' into debug

songxinlu 3 년 전
부모
커밋
6b1c1b4c94
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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