Commit 8e57270e authored by 麻笑宇's avatar 麻笑宇

大屏bug修改 检验检测接口单位个为台套

parent b8007913
......@@ -353,6 +353,8 @@ public class JYJCDPStatisticsServiceImpl {
legendData.add(map);
}
result.put("legendData", legendData);
result.put("unit", "台套");
return result;
}
......@@ -493,6 +495,7 @@ public class JYJCDPStatisticsServiceImpl {
List<CountDto> countDtos = inspectionApplicationMapper.queryAppByEquListForDP(orgCode, dpFilterParamDto);
Map<String, List<CountDto>> groupByMap = countDtos.stream().collect(Collectors.groupingBy(CountDto::getLabel));
this.setYDataForInspectionEquipByEquList(result, groupByMap, equipmentCategoryDtos);
result.put("unit", "台套");
return result;
}
......
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