Commit 003a724311800e88503e8cca223c76b7aef054f6
1 parent
8979d651c9
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
003a724
... | ... | @@ -200,7 +200,7 @@ |
200 | 200 | result.put("kvData", kvData); |
201 | 201 | result.put("mapsOption", option); |
202 | 202 | result.put("areaBarOption", areaBarOption); |
203 | - result.put("groupRiskOption", groupRiskOption); | |
203 | + result.put("riskOption", groupRiskOption); | |
204 | 204 | ResultUtils.buildSuccessResultAndWrite(response, result); |
205 | 205 | } |
206 | 206 |