@@ -108,10 +108,6 @@ public class QueryAirDataListService { | |||
vo.setVocs(x.getVocs()); | |||
airDataExcelVoList.add(vo); | |||
}); | |||
for (AirDataExcelVo airDataExcelVo : airDataExcelVoList) { | |||
log.info("打印这几条数据"); | |||
System.out.println(airDataExcelVo); | |||
} | |||
String fileName = inspection.getName()+"+"+inspection.getCode()+".xlsx"; | |||
String filePath = UploadFileConfig.uploadFolder + "/data/" + fileName; |