|
@@ -435,11 +435,11 @@ public class WindPowerInfo1Service {
|
|
|
proEconPowerstationInfoDay1Service.removeByIds(idls);
|
|
|
|
|
|
}
|
|
|
- for(ProBasicWindpowerstation wp:CacheContext.wpls)
|
|
|
+ for(ProBasicPowerstation wp:CacheContext.wpls)
|
|
|
{
|
|
|
if(CacheContext.wppointmap.containsKey(wp.getId()))
|
|
|
{
|
|
|
- Map<String, ProBasicWppoint> pointmap=CacheContext.wppointmap.get(wp.getId());
|
|
|
+ Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(wp.getId());
|
|
|
|
|
|
ProEconPowerstationInfoDay1 pewp=new ProEconPowerstationInfoDay1();
|
|
|
Initial.initial(pewp);
|
|
@@ -504,7 +504,7 @@ public class WindPowerInfo1Service {
|
|
|
{
|
|
|
if(CacheContext.wppointmap.containsKey(pj.getId()))
|
|
|
{
|
|
|
- Map<String, ProBasicWppoint> pointmap=CacheContext.wppointmap.get(pj.getId());
|
|
|
+ Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(pj.getId());
|
|
|
|
|
|
ProEconPowerstationInfoDay1 pewp=new ProEconPowerstationInfoDay1();
|
|
|
Initial.initial(pewp);
|
|
@@ -567,7 +567,7 @@ public class WindPowerInfo1Service {
|
|
|
{
|
|
|
if(CacheContext.wppointmap.containsKey(ln.getId()))
|
|
|
{
|
|
|
- Map<String, ProBasicWppoint> pointmap=CacheContext.wppointmap.get(ln.getId());
|
|
|
+ Map<String, ProBasicPowerstationPoint> pointmap=CacheContext.wppointmap.get(ln.getId());
|
|
|
|
|
|
ProEconPowerstationInfoDay1 pewp=new ProEconPowerstationInfoDay1();
|
|
|
Initial.initial(pewp);
|
|
@@ -601,11 +601,11 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
}
|
|
|
|
|
|
- private void extracted(Date recordDate, Date end, Date begin,Map<String, ProBasicWppoint> pointmap, ProEconPowerstationInfoDay1 pewp,List<ProEconPowerstationInfoDay1> pepid1ls) throws Exception {
|
|
|
+ private void extracted(Date recordDate, Date end, Date begin, Map<String, ProBasicPowerstationPoint> pointmap, ProEconPowerstationInfoDay1 pewp, List<ProEconPowerstationInfoDay1> pepid1ls) throws Exception {
|
|
|
/*******************************************日信息统计*********************************************************/
|
|
|
if(pointmap.containsKey(ContantXk.SSPJFS))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.SSPJFS);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.SSPJFS);
|
|
|
List<PointData> pointls=edosUtil.getHistoryDatasSnap(point.getNemCode(), begin.getTime()/1000, end.getTime()/1000);
|
|
|
if(!pointls.isEmpty())
|
|
|
{
|
|
@@ -622,7 +622,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.SSZGL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.SSZGL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.SSZGL);
|
|
|
List<PointData> pointls=edosUtil.getHistoryDatasSnap(point.getNemCode(), begin.getTime()/1000, end.getTime()/1000);
|
|
|
if(!pointls.isEmpty())
|
|
|
{
|
|
@@ -639,7 +639,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RFDL);
|
|
|
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
@@ -651,7 +651,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RKYDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RKYDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RKYDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -664,7 +664,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RLLFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RLLFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RLLFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -677,7 +677,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -688,7 +688,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RCNSLGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RCNSLGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RCNSLGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -700,7 +700,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -712,7 +712,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RCNSLJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RCNSLJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RCNSLJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -724,7 +724,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RDJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RDJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RDJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -735,7 +735,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RQXJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RQXJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RQXJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -746,7 +746,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RSDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RSDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RSDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -757,7 +757,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RXNSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RXNSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RXNSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -769,7 +769,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RXDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RXDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RXDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -782,7 +782,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RXDJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RXDJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RXDJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -794,7 +794,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RCWSLDWSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RCWSLDWSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RCWSLDWSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -805,7 +805,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RCWSLTQSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RCWSLTQSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RCWSLTQSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -817,7 +817,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RZFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RZFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RZFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -829,7 +829,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.RQFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RQFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RQFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -840,7 +840,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.RZHD))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.RZHD);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.RZHD);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -915,7 +915,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YFDL);
|
|
|
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
@@ -927,7 +927,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YKYDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YKYDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YKYDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -940,7 +940,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YLLFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YLLFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YLLFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -953,7 +953,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -964,7 +964,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YCNSLGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YCNSLGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YCNSLGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -976,7 +976,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -988,7 +988,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YCNSLJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YCNSLJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YCNSLJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1000,7 +1000,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YDJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YDJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YDJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1011,7 +1011,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YQXJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YQXJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YQXJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1022,7 +1022,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YSDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YSDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YSDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1033,7 +1033,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YXNSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YXNSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YXNSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1045,7 +1045,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YXDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YXDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YXDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1058,7 +1058,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YXDJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YXDJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YXDJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1070,7 +1070,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YCWSLDWSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YCWSLDWSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YCWSLDWSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1081,7 +1081,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YCWSLTQSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YCWSLTQSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YCWSLTQSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1093,7 +1093,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YZFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YZFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YZFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1105,7 +1105,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.YQFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YQFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YQFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1116,7 +1116,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.YZHD))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.YZHD);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.YZHD);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1188,7 +1188,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NFDL);
|
|
|
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
@@ -1200,7 +1200,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NKYDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NKYDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NKYDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1213,7 +1213,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NLLFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NLLFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NLLFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1226,7 +1226,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1237,7 +1237,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NCNSLGZSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NCNSLGZSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NCNSLGZSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1249,7 +1249,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1261,7 +1261,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NCNSLJXSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NCNSLJXSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NCNSLJXSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1273,7 +1273,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NDJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NDJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NDJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1284,7 +1284,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NQXJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NQXJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NQXJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1295,7 +1295,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NSDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NSDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NSDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1306,7 +1306,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NXNSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NXNSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NXNSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1318,7 +1318,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NXDTJSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NXDTJSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NXDTJSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1331,7 +1331,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NXDJCLSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NXDJCLSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NXDJCLSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1343,7 +1343,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NCWSLDWSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NCWSLDWSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NCWSLDWSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1354,7 +1354,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NCWSLTQSSDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NCWSLTQSSDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NCWSLTQSSDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1366,7 +1366,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NZFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NZFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NZFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1378,7 +1378,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
if(pointmap.containsKey(ContantXk.NQFDL))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NQFDL);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NQFDL);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1389,7 +1389,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
if(pointmap.containsKey(ContantXk.NZHD))
|
|
|
{
|
|
|
- ProBasicWppoint point= pointmap.get(ContantXk.NZHD);
|
|
|
+ ProBasicPowerstationPoint point= pointmap.get(ContantXk.NZHD);
|
|
|
PointData pointValue=edosUtil.getHistMatrix(point.getNemCode(), recordDate.getTime()/1000);
|
|
|
if(StringUtils.notEmp(pointValue))
|
|
|
{
|
|
@@ -1400,7 +1400,7 @@ public class WindPowerInfo1Service {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private void setPowerandSpeedYear(Date end, Date begin, Map<String, ProBasicWppoint> pointmap, ProEconPowerstationInfoDay1 pewp) throws Exception {
|
|
|
+ private void setPowerandSpeedYear(Date end, Date begin, Map<String, ProBasicPowerstationPoint> pointmap, ProEconPowerstationInfoDay1 pewp) throws Exception {
|
|
|
//年最大风速
|
|
|
pewp.setNzdfs(pewp.getRzdfs());
|
|
|
//年最小风速
|
|
@@ -1417,7 +1417,7 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
}
|
|
|
|
|
|
- private void setPowerandSpeedMonth(Date end, Date begin, Map<String, ProBasicWppoint> pointmap, ProEconPowerstationInfoDay1 pewp) throws Exception {
|
|
|
+ private void setPowerandSpeedMonth(Date end, Date begin, Map<String, ProBasicPowerstationPoint> pointmap, ProEconPowerstationInfoDay1 pewp) throws Exception {
|
|
|
|
|
|
//月最大风速
|
|
|
pewp.setYzdfs(pewp.getRzdfs());
|