cnas-manage/src/main/java/com/ruoyi/manage/service/impl/ManageRecordTotalServiceImpl.java
@@ -48,7 +48,7 @@ * 外来文件确认记录总历史记录表 服务实现类 * </p> * * @author 芯导软件(江苏)有限公司 * @author * @since 2024-11-12 10:30:08 */ @Service @@ -131,6 +131,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) {