Commit d0e24b14 authored by tianbo's avatar tianbo

bugfix(jg):大屏一企一许可 设计单位统计项错误修改

parent aee4bae4
...@@ -202,7 +202,7 @@ public class ZLDPStatisticsServiceImpl { ...@@ -202,7 +202,7 @@ public class ZLDPStatisticsServiceImpl {
shejiNullMap.put("name","无设备类型"); shejiNullMap.put("name","无设备类型");
shejiNullMap.put("value",dataMap.getOrDefault("设计单位null",0)); shejiNullMap.put("value",dataMap.getOrDefault("设计单位null",0));
shejiCompanyList.add(shejiNullMap); shejiCompanyList.add(shejiNullMap);
shejiMap.put("data",angaiweiCompanyList); shejiMap.put("data",shejiCompanyList);
//制造Map //制造Map
Map<String,Object> zhizaoMap = new HashMap<>(); Map<String,Object> zhizaoMap = new HashMap<>();
......
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