|
@@ -232,7 +232,7 @@ public class DownloadService {
|
|
//if (sdf.parse(datas[5]).getTime() >= TimeUtils.getMillisecondsSubDay() + 24 * 60 * 60 *
|
|
//if (sdf.parse(datas[5]).getTime() >= TimeUtils.getMillisecondsSubDay() + 24 * 60 * 60 *
|
|
// 1000) {
|
|
// 1000) {
|
|
nwpData = new Nwp();
|
|
nwpData = new Nwp();
|
|
-
|
|
|
|
|
|
+ nwpData.setForecastManufactor(parsingUrl.getForecastManufactor());
|
|
//将截取的文件放入nwpData中
|
|
//将截取的文件放入nwpData中
|
|
nwpData.setStationCode(parsingUrl.getStationCode());
|
|
nwpData.setStationCode(parsingUrl.getStationCode());
|
|
// nwpData.setScDate(datas[2]);
|
|
// nwpData.setScDate(datas[2]);
|