From 4a9e9b0d928573257cff192da0723c93f7cd9ce6 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期五, 21 三月 2025 14:08:45 +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