Commit 624a7d76 authored by caotao's avatar caotao

14415 【web端】运行监盘>江西省>点击风电站>集电线路图:有功数据展示错误

parent c4ba8bb6
...@@ -921,7 +921,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -921,7 +921,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
} }
for (ESEquipments indicatorsDto : listData1) { for (ESEquipments indicatorsDto : listData1) {
if (listDatum.getEquipmentNumber().equals(indicatorsDto.getEquipmentNumber())) { if (listDatum.getEquipmentNumber().equals(indicatorsDto.getEquipmentNumber())) {
listDatum.setValueLabel(String.valueOf(indicatorsDto.getValueF() == null ? 0 : indicatorsDto.getValueF() / 1000)); listDatum.setValueLabel(String.valueOf(indicatorsDto.getValueF() == null ? 0 : indicatorsDto.getValueF()));
} }
} }
......
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