|
@@ -250,7 +250,7 @@ public class MatrixService {
|
|
double sum = 0.0;
|
|
double sum = 0.0;
|
|
for (ProBasicPowerPoint pp: qyls){
|
|
for (ProBasicPowerPoint pp: qyls){
|
|
|
|
|
|
- if (wp.getId().contains("MLJ_FDC_STA") ||wp.getId().contains("FS_GDC_STA"))continue;
|
|
|
|
|
|
+ if (wp.getId().contains("MLJ_FDC_STA"))continue;
|
|
ycglcd = proBasicPowerstationPointService.getPowerstationPoint(pp.getWindpowerstationId(), ContantXk.GLYC);
|
|
ycglcd = proBasicPowerstationPointService.getPowerstationPoint(pp.getWindpowerstationId(), ContantXk.GLYC);
|
|
|
|
|
|
double aDouble = 0.0;
|
|
double aDouble = 0.0;
|
|
@@ -609,7 +609,7 @@ public class MatrixService {
|
|
double sum = 0.0;
|
|
double sum = 0.0;
|
|
for (ProBasicPowerPoint pp: qyls){
|
|
for (ProBasicPowerPoint pp: qyls){
|
|
|
|
|
|
- if (powerstation.getId().contains("MLJ_FDC_STA") || powerstation.getId().contains("FS_GDC_STA"))continue;
|
|
|
|
|
|
+ if (powerstation.getId().contains("MLJ_FDC_STA"))continue;
|
|
ycglcd = proBasicPowerstationPointService.getPowerstationPoint(pp.getWindpowerstationId(), ContantXk.GLYC);
|
|
ycglcd = proBasicPowerstationPointService.getPowerstationPoint(pp.getWindpowerstationId(), ContantXk.GLYC);
|
|
|
|
|
|
double aDouble = 0.0;
|
|
double aDouble = 0.0;
|