Commit 52c4aa6e authored by R10's avatar R10

单据识别10秒轮一次

parent 5d7de55f
......@@ -111,7 +111,7 @@ public class ExtractionReviewScheduler {
}
}
@Scheduled(cron = "*/10 * * * *")
@Scheduled(cron = "0/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