Commit dfbb05490d72ec0193a8e27e82e0438b7ea40a17
1 parent
27539b3d17
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 7 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java
View file @
dfbb054
... | ... | @@ -359,7 +359,13 @@ |
359 | 359 | Series series = new Series(); |
360 | 360 | series.setName("建档及高危数"); |
361 | 361 | series.setType("map"); |
362 | - series.setMapType("china"); | |
362 | + if ("130000".equals(pid)) { | |
363 | + series.setMapType("hebei"); | |
364 | + } else if ("510000".equals(pid)) { | |
365 | + series.setMapType("sichuan"); | |
366 | + } else { | |
367 | + series.setMapType("china"); | |
368 | + } | |
363 | 369 | series.setRoam(false); |
364 | 370 | series.setData(dataList); |
365 | 371 | series.setLabel(label); |