Commit 21f3c1b5 authored by hezhuozhi's avatar hezhuozhi

修改泰和累计发电量

parent 794a5fd2
...@@ -102,6 +102,7 @@ public class GFDZJCServiceImpl implements IJXDZService { ...@@ -102,6 +102,7 @@ public class GFDZJCServiceImpl implements IJXDZService {
pvStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month")); pvStationDataVO.setOnGridEnergyMonth(data.getDouble("on_grid_energy_month"));
pvStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")/10000); pvStationDataVO.setOnGridEnergyYear(data.getDouble("on_grid_energy_year")/10000);
pvStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")/10000); pvStationDataVO.setOnGridEnergyGross(data.getDouble("on_grid_energy")/10000);
pvStationDataVO.setGenerationGross(data.getDouble("generating_capacity")/10000);
} }
} }
} }
...@@ -148,9 +149,6 @@ public class GFDZJCServiceImpl implements IJXDZService { ...@@ -148,9 +149,6 @@ public class GFDZJCServiceImpl implements IJXDZService {
if ("年发电量".equals(pointName)) { if ("年发电量".equals(pointName)) {
pvStationDataVO.setGenerationYear(jsonObject.getDouble("value")); pvStationDataVO.setGenerationYear(jsonObject.getDouble("value"));
} }
if ("累计发电量".equals(pointName)) {
pvStationDataVO.setGenerationGross(jsonObject.getDouble("value"));
}
if ("利用小时数".equals(pointName)) { if ("利用小时数".equals(pointName)) {
pvStationDataVO.setUtilizeHours(jsonObject.getDouble("value")); pvStationDataVO.setUtilizeHours(jsonObject.getDouble("value"));
} }
......
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