Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-08-17 11:05:59 +08:00
commit 37adee5850
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class MonitorControllerV2 {
for (CompletableFuture<List<?>> future : futures) {
List<Map<String, Object>> list = (List<Map<String, Object>>) future.get(30, TimeUnit.SECONDS);
list.forEach(item -> {
filterMap.containsKey(item.)
// filterMap.containsKey(item.)
});
}
ResponseEntity<HashMap> entity = restTemplate.getForEntity(url, HashMap.class, query, time);