Compare commits

..

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -301,8 +301,8 @@ public class MonitorController {
"&start=" + start +
"&end=" + end +
"&step=" + step;
ResponseEntity<HashMap> entity = restTemplate.getForEntity(url, HashMap.class, query);
HashMap body = entity.getBody();
HashMap data = (HashMap) body.get("data");
if (data != null) {