Commit 27539b3d17474d8741e2858de4f2b6f36f73f2b1
1 parent
65a41f3851
Exists in
master
and in
8 other branches
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 @
27539b3
... | ... | @@ -492,7 +492,7 @@ |
492 | 492 | Option groupRiskMonthOption = buildxBarOption("高危历史人数", null, groupRiskMonthMap, buildDefaultMonth(6), colormap); |
493 | 493 | |
494 | 494 | |
495 | - result.put("type", 1); | |
495 | + result.put("type", 2); | |
496 | 496 | result.put("kvData", kvData); |
497 | 497 | result.put("mapsOption", option); |
498 | 498 | result.put("areaBarOption", areaBarOption); |