cnas-manage/src/main/java/com/ruoyi/manage/service/impl/ManageRecordIntervalsServiceImpl.java
@@ -44,7 +44,7 @@ * 文件定期审查记录 服务实现类 * </p> * * @author 芯导软件(江苏)有限公司 * @author * @since 2024-11-13 10:54:31 */ @Service @@ -76,6 +76,8 @@ OutputStream outputStream = new FileOutputStream(file); IOUtils.copy(inputStream, outputStream); url = file.getAbsolutePath(); inputStream.close(); outputStream.close(); } catch (FileNotFoundException e) { throw new ErrorException("找不到模板文件"); } catch (IOException e) {