|
@@ -280,7 +280,7 @@ public class PushDataForLX implements IPushInitForecastData {
|
|
|
record.setState(StatusEnum.SUCCESS.getSign());
|
|
|
record.setStateContent(responseLXVo.getMessage());
|
|
|
log.info("=========={}:{} ==>上送短期原始数据成功 {}条==========", integrationCompany.getName(), station.getStationCode(), dataList.size());
|
|
|
- log.info("{} 原始数据:{}", stationCode, body);
|
|
|
+// log.info("{} 原始数据:{}", stationCode, body);
|
|
|
recordService.save(record);
|
|
|
forecastDataLxService.saveBatch(forecastDataLxList);
|
|
|
return true;
|
|
@@ -458,7 +458,6 @@ public class PushDataForLX implements IPushInitForecastData {
|
|
|
return true;
|
|
|
} else {
|
|
|
log.error("=========={}:{} ==>上送数据失败 失败标识:{} ,失败原因:{} ==========", integrationCompany.getName(), station.getStationCode(), responseLXVo.getCode(), responseLXVo.getMessage());
|
|
|
- log.info("{} 原始数据:{}", stationCode, json);
|
|
|
record.setState(StatusEnum.FILE_NULL.getSign());
|
|
|
record.setStateContent(responseLXVo.getMessage());
|
|
|
recordService.save(record);
|