|
@@ -695,7 +695,7 @@ public class ConsoleFacade {
|
|
|
List<String> behospitalCodeList = adviceVerify(filterVO);
|
|
|
//首页为肿瘤code
|
|
|
List<String> malignancyCodeList = getMalignancyCode(filterVO);
|
|
|
- ForkJoinPool myPool = new ForkJoinPool(4);
|
|
|
+ ForkJoinPool myPool = new ForkJoinPool(6);
|
|
|
try {
|
|
|
myPool.submit(() ->
|
|
|
doctorAdviceMedManageParams.parallelStream().forEach(adviceMedManageParam->{
|