|
@@ -1394,6 +1394,9 @@ public class WindPowerInfo1Service {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 执行时间:00:00:00,04:00:00,08:00:00,12:00:00,16:00:00,20:00:00,
|
|
|
|
+ */
|
|
public void writeReport1(Date date) throws Exception {
|
|
public void writeReport1(Date date) throws Exception {
|
|
String[] split = repInfo1.split(",");
|
|
String[] split = repInfo1.split(",");
|
|
List<String> ls = new ArrayList<>(Arrays.asList(split));
|
|
List<String> ls = new ArrayList<>(Arrays.asList(split));
|
|
@@ -1465,6 +1468,10 @@ public class WindPowerInfo1Service {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 执行时间:01:00:00,05:00:00,09:00:00,13:00:00,17:00:00,21:00:00,
|
|
|
|
+ */
|
|
public void writeReport2(Date date) throws Exception {
|
|
public void writeReport2(Date date) throws Exception {
|
|
String[] split = repInfo2.split(",");
|
|
String[] split = repInfo2.split(",");
|
|
List<String> ls = new ArrayList<>(Arrays.asList(split));
|
|
List<String> ls = new ArrayList<>(Arrays.asList(split));
|