测试环境合并集成ES 20240113

This commit is contained in:
谭凯凯 2025-01-13 17:38:36 +08:00 committed by Tankaikai
parent 4c28282f6a
commit 5a3ae55492
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class EsCoreServiceImpl implements EsCoreService {
syncTaskCenterRecord(list);
});
// 等待多个任务完成
CompletableFuture.allOf(future1, future2, future3, future4, future5, future6, future7).join();
CompletableFuture.allOf(future1, future2, future3, future4, future5, future6, future7, future8).join();
System.out.println("所有方法已并行执行完毕。");
/*
syncUserMoneyDetails(list);