Compare commits
No commits in common. "81fe70aa42712d6d23e6e40ac9fd10490714ac51" and "232c160abe3109e96e05af16e982a4ddb764d9f5" have entirely different histories.
81fe70aa42
...
232c160abe
|
@ -301,8 +301,8 @@ public class MonitorController {
|
|||
"&start=" + start +
|
||||
"&end=" + end +
|
||||
"&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 data = (HashMap) body.get("data");
|
||||
if (data != null) {
|
||||
|
|
Loading…
Reference in New Issue