Merge branch 'dev'
This commit is contained in:
commit
321bf20f4b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue