Browse Source

#运行月报告曲线命名bug修改

zhongwei
yang_shj 10 months ago
parent
commit
d815997ffd
  1. 2
      hzims-service/operational/src/main/java/com/hnac/hzims/operational/main/service/impl/RunMonthReportServiceImpl.java

2
hzims-service/operational/src/main/java/com/hnac/hzims/operational/main/service/impl/RunMonthReportServiceImpl.java

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

Loading…
Cancel
Save