|
@@ -43,9 +43,9 @@ public class MeteorologicalDataDownload {
|
|
|
Connection conn = DbUtil.use(ds).getConnection();
|
|
|
for (PowerStation powerStation : list) {
|
|
|
if (!"".equals(powerStation.getLongitude()) && !"".equals(powerStation.getLatitude())) {
|
|
|
- //heFengDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
- //caiYunDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
- //xinZhiDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
+ heFengDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
+ caiYunDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
+ xinZhiDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
baiDuDownload.download(conn, powerStation.getStationCode(), powerStation.getLongitude(), powerStation.getLatitude());
|
|
|
}
|
|
|
}
|