cnas-personnel/src/main/java/com/ruoyi/personnel/service/impl/PersonPostAuthorizationRecordServiceImpl.java
@@ -31,7 +31,7 @@ * 任职授权记录 服务实现类 * </p> * * @author * @author * @since 2024-10-09 10:48:17 */ @Service @@ -123,6 +123,7 @@ template.write(os); os.flush(); os.close(); inputStream.close(); } catch (Exception e) { e.printStackTrace(); throw new RuntimeException("导出失败");