|
|
@ -283,7 +283,7 @@ public class RunMonthReportServiceImpl extends ServiceImpl<RunMonthReportMapper, |
|
|
|
//运行数据汇报--定子
|
|
|
|
//运行数据汇报--定子
|
|
|
|
RunMonthReportUnitVo runMonthReportUnitVoDZ = new RunMonthReportUnitVo(); |
|
|
|
RunMonthReportUnitVo runMonthReportUnitVoDZ = new RunMonthReportUnitVo(); |
|
|
|
Map<String, List<RunMonthReportDataVo>> statorMap = getHisData(emInfoExtendVo.getNumber(), map, df, statorSignages, signKeyMap, date); |
|
|
|
Map<String, List<RunMonthReportDataVo>> statorMap = getHisData(emInfoExtendVo.getNumber(), map, df, statorSignages, signKeyMap, date); |
|
|
|
runMonthReportUnitVoDZ.setName(emInfoExtendVo.getName() + "定子温度曲线"); |
|
|
|
runMonthReportUnitVoDZ.setName(emInfoExtendVo.getName() + "定子电流/电压曲线"); |
|
|
|
runMonthReportUnitVoDZ.setDataMap(statorMap); |
|
|
|
runMonthReportUnitVoDZ.setDataMap(statorMap); |
|
|
|
unitYcDataList.add(runMonthReportUnitVoDZ); |
|
|
|
unitYcDataList.add(runMonthReportUnitVoDZ); |
|
|
|
|
|
|
|
|
|
|
|