Commit 18f42029 authored by hezhuozhi's avatar hezhuozhi

修改NGN单位

parent 2de804f1
...@@ -98,8 +98,8 @@ public class FDZJCServiceImpl implements IJXDZService { ...@@ -98,8 +98,8 @@ public class FDZJCServiceImpl implements IJXDZService {
windStationDataVO.setLossElectricity(data.getDouble("loss_of_electricity_day")); windStationDataVO.setLossElectricity(data.getDouble("loss_of_electricity_day"));
windStationDataVO.setOnGridEnergyDaily(data.getDouble("on_grid_energy_day")); windStationDataVO.setOnGridEnergyDaily(data.getDouble("on_grid_energy_day"));
windStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month")); windStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month"));
windStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")); windStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")/10000);
windStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")); windStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")/10000);
} }
} }
} }
......
...@@ -100,8 +100,8 @@ public class GFDZJCServiceImpl implements IJXDZService { ...@@ -100,8 +100,8 @@ public class GFDZJCServiceImpl implements IJXDZService {
pvStationDataVO.setLossElectricity(data.getDouble("loss_of_electricity_day")); pvStationDataVO.setLossElectricity(data.getDouble("loss_of_electricity_day"));
pvStationDataVO.setOnGridEnergyDaily(data.getDouble("on_grid_energy_day")); pvStationDataVO.setOnGridEnergyDaily(data.getDouble("on_grid_energy_day"));
pvStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month")); pvStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month"));
pvStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")); pvStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")/10000);
pvStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")); pvStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")/10000);
} }
} }
} }
......
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