Commit 1fc11ebf authored by 邢磊's avatar 邢磊

*)修改设备纳管率卡片返回

parent b77c9a26
...@@ -682,8 +682,8 @@ public class ZLDPStatisticsServiceImpl { ...@@ -682,8 +682,8 @@ public class ZLDPStatisticsServiceImpl {
public Map<String, Object> getEquipManagementRateStatistics(DPFilterParamForDetailDto paramDto) { public Map<String, Object> getEquipManagementRateStatistics(DPFilterParamForDetailDto paramDto) {
Map<String, Object> result = new HashMap<>(); Map<String, Object> result = new HashMap<>();
List<Map<String, Object>> legendData = new ArrayList<>(); List<Map<String, Object>> legendData = new ArrayList<>();
legendData.add(createLegend("设备认领总数", "equipTotal", "bar")); legendData.add(createLegend("设备总数", "equipTotal", "bar"));
legendData.add(createLegend("设备认领率", "claimRate", "line")); legendData.add(createLegend("纳管率", "claimRate", "line"));
List<RegionModel> regionList = stCommonService.setRegionIfRootParentAndNoAccessIf3Level("610000"); List<RegionModel> regionList = stCommonService.setRegionIfRootParentAndNoAccessIf3Level("610000");
// 获取区域名称并过滤 // 获取区域名称并过滤
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment