|
@@ -10,6 +10,7 @@ import com.gyee.generation.model.auto.ProBasicPowerstationPoint;
|
|
|
import com.gyee.generation.model.auto.ProBasicProject;
|
|
|
import com.gyee.generation.model.auto.ProEconStationPower;
|
|
|
import com.gyee.generation.service.auto.impl.ProEconStationPowerServiceImpl;
|
|
|
+import com.gyee.generation.util.DateUtils;
|
|
|
import com.gyee.generation.util.math.PowerCalculator;
|
|
|
import com.gyee.generation.util.math.PowerIntegration;
|
|
|
import com.gyee.generation.util.math.ShortTermPowerPredictionAccuracyCalculator;
|
|
@@ -67,7 +68,7 @@ public class StationPowerService {
|
|
|
|
|
|
String wpId = null;
|
|
|
|
|
|
-// for (int g = 0; g <= 56; g++) {
|
|
|
+ for (int g = 0; g <= 3; g++) {
|
|
|
|
|
|
List<ProBasicProject> pjls = CacheContext.pjls;
|
|
|
|
|
@@ -586,9 +587,9 @@ public class StationPowerService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-// beginDate = DateUtils.addDays(beginDate, -1);
|
|
|
-// calendar.add(Calendar.DAY_OF_MONTH, -1);
|
|
|
-// endDate = calendar.getTime();
|
|
|
-// }
|
|
|
+ beginDate = DateUtils.addDays(beginDate, +1);
|
|
|
+ calendar.add(Calendar.DAY_OF_MONTH, +1);
|
|
|
+ endDate = calendar.getTime();
|
|
|
+ }
|
|
|
}
|
|
|
}
|