|
|
@@ -95,7 +95,7 @@ public class AgentIndexController {
|
|
|
List<YtPlatformUserApp> appList = issuedAppList.getData();
|
|
|
List<String> appIdList = agentAppService.getApkIdList(userInfo.getUserId());
|
|
|
List<String> serveList = appList.stream().map(YtPlatformUserApp::getServiceName).distinct().collect(Collectors.toList());
|
|
|
- CountDownLatch countDownLatch = new CountDownLatch(appList.size());
|
|
|
+ CountDownLatch countDownLatch = new CountDownLatch(serveList.size());
|
|
|
for (String serve : serveList) {
|
|
|
AgentTopCountView one = invokData(serve, appIdList,countDownLatch);
|
|
|
adCount += one.getAdCount();
|