From bb120c51ecba1bb4a16224352a6e8f620fdff79f Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期五, 28 二月 2025 15:16:12 +0800 Subject: [PATCH] 清除控制台直接打印 --- cnas-require/src/main/java/com/ruoyi/require/service/impl/InternalWastesServiceImpl.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/cnas-require/src/main/java/com/ruoyi/require/service/impl/InternalWastesServiceImpl.java b/cnas-require/src/main/java/com/ruoyi/require/service/impl/InternalWastesServiceImpl.java index 9d58f8b..a7debfb 100644 --- a/cnas-require/src/main/java/com/ruoyi/require/service/impl/InternalWastesServiceImpl.java +++ b/cnas-require/src/main/java/com/ruoyi/require/service/impl/InternalWastesServiceImpl.java @@ -138,8 +138,6 @@ detail.setIndex(index); index++; } - - // 鑾峰彇璺緞 InputStream inputStream = this.getClass().getResourceAsStream("/static/internal-wastes.docx"); Configure configure = Configure.builder() -- Gitblit v1.9.3