|
|
@@ -69,10 +69,10 @@ public class ExportReportService { |
|
|
|
log.info("导出报告,大气类型不存在,airDataType={}", request.getAirDataType()); |
|
|
|
throw new ServiceException("大气类型不存在"); |
|
|
|
} |
|
|
|
AirDataExport airDataExport = this.checkAirDataExport(request, airDataType); |
|
|
|
/* AirDataExport airDataExport = this.checkAirDataExport(request, airDataType); |
|
|
|
if (ObjectUtil.isNotEmpty(airDataExport)) { |
|
|
|
return JsonResult.success(airDataExport.getOssUrl(), "导出成功"); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
Inspection inspection = (Inspection) result.getData(); |
|
|
|
List<AirData> airDataList = airDataMapper.selectList(Wrappers.<AirData>lambdaQuery() |
|
|
|
.eq(AirData::getMark, MarkEnum.VALID.getCode()) |