Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

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