|
|
|
@ -317,7 +317,6 @@ public class RunMonthServiceImpl extends ServiceImpl<RunMonthMapper, RunMonthEnt
|
|
|
|
|
// 将设备名称拼接位标准格式
|
|
|
|
|
List<RunReportDataAnalyseDTO> analyseDTOList = analyseVOList.stream() |
|
|
|
|
.sorted(Comparator.comparing(RunReportDataAnalyseDTO::getDeviceOrder)) |
|
|
|
|
.peek(a -> a.setEmName(a.getDeviceOrder() + "#机组")) |
|
|
|
|
.collect(Collectors.toList()); |
|
|
|
|
analyseRequest.setAnalyseDTOS(analyseDTOList); |
|
|
|
|
dataAnalyseClient.smartReportGeneratePower(analyseRequest); |
|
|
|
|