Commit d1d497cf authored by 麻笑宇's avatar 麻笑宇

修改使用单位压力管道统计bug

parent 4eff6eac
...@@ -323,7 +323,7 @@ public class ZLDPStatisticsServiceImpl { ...@@ -323,7 +323,7 @@ public class ZLDPStatisticsServiceImpl {
Map<String,Object> shiyongyaliguandaoMap = new HashMap<>(); Map<String,Object> shiyongyaliguandaoMap = new HashMap<>();
shiyongyaliguandaoMap.put("key","key05"); shiyongyaliguandaoMap.put("key","key05");
shiyongyaliguandaoMap.put("name","压力管道"); shiyongyaliguandaoMap.put("name","压力管道");
shiyongyaliguandaoMap.put("value",dataMap.getOrDefault("使用单位9000",0)); shiyongyaliguandaoMap.put("value",dataMap.getOrDefault("使用单位8000",0));
shiyongCompanyList.add(shiyongyaliguandaoMap); shiyongCompanyList.add(shiyongyaliguandaoMap);
//使用起重机械 //使用起重机械
Map<String,Object> shiyongqizhongjixieMap = new HashMap<>(); Map<String,Object> shiyongqizhongjixieMap = 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