|
@@ -20,7 +20,7 @@ import com.gyee.frame.common.spring.Constant;
|
|
|
import com.gyee.frame.common.spring.InitialRunner;
|
|
|
import com.gyee.frame.model.auto.Weatherfd;
|
|
|
import com.gyee.frame.model.auto.WeatherfdExample;
|
|
|
-import com.gyee.frame.model.auto.WindPowerstationTestingPoint;
|
|
|
+import com.gyee.frame.model.auto.WindPowerStationTestingPoint2;
|
|
|
import com.gyee.frame.model.auto.Windpowerstation;
|
|
|
import com.gyee.frame.model.custom.PointData;
|
|
|
import com.gyee.frame.model.enumeration.Messagetype;
|
|
@@ -36,7 +36,7 @@ public class IndexService extends SocketToolService{
|
|
|
private static int decimal_digit = 0;
|
|
|
|
|
|
public void index_target_comprehensive_indicators() throws Exception{
|
|
|
- Map<String, Map<String, WindPowerstationTestingPoint>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
+ Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
List<Windpowerstation> wpls = new ArrayList<>();
|
|
|
for(Windpowerstation wp:InitialRunner.wpls){
|
|
|
wpls.add(wp);
|
|
@@ -121,7 +121,7 @@ public class IndexService extends SocketToolService{
|
|
|
|
|
|
|
|
|
public void index_target_windSpeed_power() throws Exception{
|
|
|
- Map<String, Map<String, WindPowerstationTestingPoint>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
+ Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
List<Windpowerstation> wpls = new ArrayList<>();
|
|
|
for(Windpowerstation wp:InitialRunner.wpls){
|
|
|
wpls.add(wp);
|
|
@@ -357,7 +357,7 @@ public class IndexService extends SocketToolService{
|
|
|
}
|
|
|
|
|
|
public void index_windturbine_status() throws Exception{
|
|
|
- Map<String, Map<String, WindPowerstationTestingPoint>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
+ Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;
|
|
|
List<Windpowerstation> wpls = new ArrayList<>();
|
|
|
for(Windpowerstation wp:InitialRunner.wpls){
|
|
|
wpls.add(wp);
|