Sfoglia il codice sorgente

测试出nwp解析没有加入预测厂家

xusl 10 mesi fa
parent
commit
23f5a23f05

+ 1 - 1
ipp-idp/src/main/java/com/jiayue/ipp/idp/service/an/DownloadService.java

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