Commit 6947be20d576f79eec110f0d4550410a9bdaf4fc
1 parent
172b67fd0f
Exists in
master
and in
8 other branches
add statistics(map) common index
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
6947be2
... | ... | @@ -452,6 +452,7 @@ |
452 | 452 | List<Object> seriesList = new ArrayList<>(); |
453 | 453 | option.setSeries(seriesList); |
454 | 454 | for (String groupName:map.keySet()) { |
455 | + tempList.add(groupName); | |
455 | 456 | Map<String, Integer> sub = map.get(groupName); |
456 | 457 | Series series = new Series(); |
457 | 458 | series.setName(groupName); |