Commit 8999ef42 authored by alex yao's avatar alex yao

Merge remote-tracking branch 'origin/release_gdghg' into release_gdghg

parents 9968d0e5 52c4aa6e
...@@ -111,7 +111,7 @@ public class ExtractionReviewScheduler { ...@@ -111,7 +111,7 @@ public class ExtractionReviewScheduler {
} }
} }
@Scheduled(cron = "0 0/1 * * * ?") @Scheduled(cron = "0/10 * * * * ? ")
public void docFlowTaskQuery() throws Exception { public void docFlowTaskQuery() throws Exception {
// 执行任务 // 执行任务
BizExtractionReviewTaskModel bizExtractionReviewTaskModel = new BizExtractionReviewTaskModel(); BizExtractionReviewTaskModel bizExtractionReviewTaskModel = new BizExtractionReviewTaskModel();
......
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