|
@@ -1774,8 +1774,8 @@ public class SaticSchedulePgTask {
|
|
public void reportInfo2() throws Exception {
|
|
public void reportInfo2() throws Exception {
|
|
|
|
|
|
Date date = new Date();
|
|
Date date = new Date();
|
|
-// windPowerInfo1Service.writeReport2(date);
|
|
|
|
- windPowerInfo1Service.writeReportHistory2(date);
|
|
|
|
|
|
+ windPowerInfo1Service.writeReport2(date);
|
|
|
|
+// windPowerInfo1Service.writeReportHistory2(date);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|