测试环境合并集成ES 20240113
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user