|
@@ -46,6 +46,7 @@ import java.io.FileInputStream;
|
|
|
import java.io.IOException;
|
|
|
import java.util.*;
|
|
|
import java.util.concurrent.CompletableFuture;
|
|
|
+import java.util.concurrent.ThreadPoolExecutor;
|
|
|
import java.util.function.Function;
|
|
|
import java.util.stream.Collectors;
|
|
|
|
|
@@ -67,7 +68,7 @@ public class WbsTreePrivateServiceImpl extends BaseServiceImpl<WbsTreePrivateMap
|
|
|
private final TextdictInfoServiceImpl textDictInfoService;
|
|
|
|
|
|
@Resource(name = "taskExecutor1")
|
|
|
- private ThreadPoolExecutor executor;
|
|
|
+ private final ThreadPoolExecutor executor;
|
|
|
|
|
|
@Override
|
|
|
public List<WbsTreePrivateVO> tree(String wbsId, String projectId) {
|