Commit 197428f4 authored by R10's avatar R10

单据识别10秒轮一次

parent ff7ec0c6
......@@ -111,7 +111,7 @@ public class ExtractionReviewScheduler {
}
}
@Scheduled(cron = "0 0/1 * * * ?")
@Scheduled(cron = "*/10 * * * *")
public void docFlowTaskQuery() throws Exception {
// 执行任务
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