Commit a3d63669 authored by 霍传世's avatar 霍传世

测试生成上传任务表

parent 973b5246
......@@ -210,7 +210,7 @@ public class PDFGeByProvinceBatchController {
Map<String, List<ClassBasicReportParameters>> classSubjectReport = synthesisClassSubjectReportParameters.stream().collect(Collectors.groupingBy(ClassBasicReportParameters::getProvince));
ExecutorService executorService = Executors.newFixedThreadPool(8);
ExecutorService executorService = Executors.newFixedThreadPool(6);
//分组开始执行记录
for (String key : schoolReport.keySet()) {
......
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