|
@@ -40,8 +40,8 @@ public class Windspeedpowercurvedetail extends SocketToolService {
|
|
public <T> void windpowerstationdetail_twentyfourhourlinechart_target() throws Exception {
|
|
public <T> void windpowerstationdetail_twentyfourhourlinechart_target() throws Exception {
|
|
Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|
|
Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|
|
String fs = Constant.TPOINT_WP_SSFS;
|
|
String fs = Constant.TPOINT_WP_SSFS;
|
|
- String gl = Constant.TPOINT_WT_FJGL;
|
|
|
|
- String llgl = Constant.TPOINT_WT_LLGL;
|
|
|
|
|
|
+ String gl = Constant.TPOINT_WP_SJGL;
|
|
|
|
+ String llgl = Constant.TPOINT_WP_ZLLGL;
|
|
String ycgl = Constant.TPOINT_WP_YCGL;
|
|
String ycgl = Constant.TPOINT_WP_YCGL;
|
|
List<Windpowerstation> wpls = new ArrayList<>();
|
|
List<Windpowerstation> wpls = new ArrayList<>();
|
|
for (Windpowerstation wp : InitialRunner.wpls) {
|
|
for (Windpowerstation wp : InitialRunner.wpls) {
|
|
@@ -57,7 +57,6 @@ public class Windspeedpowercurvedetail extends SocketToolService {
|
|
Map<String,List<PointData>> map = new HashMap<>();
|
|
Map<String,List<PointData>> map = new HashMap<>();
|
|
windpowerstationpointDataMap.put(windpowerstation.getId(),map);
|
|
windpowerstationpointDataMap.put(windpowerstation.getId(),map);
|
|
List<PointData> listPointData = new ArrayList<>();
|
|
List<PointData> listPointData = new ArrayList<>();
|
|
- double pjfs = 0;
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
//风速功率曲线图,风速
|
|
//风速功率曲线图,风速
|