From 6d493697ae4bf63c0ce72034e1f1b703081b436f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 25 十二月 2024 12:08:36 +0800 Subject: [PATCH] 完成截止12.25测试出来的问题 --- inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsReportServiceImpl.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsReportServiceImpl.java b/inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsReportServiceImpl.java index dbb5e93..ca5212b 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsReportServiceImpl.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsReportServiceImpl.java @@ -41,6 +41,7 @@ import org.apache.logging.log4j.util.Strings; import org.apache.poi.xwpf.usermodel.*; import org.apache.poi.xwpf.usermodel.ParagraphAlignment; +import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.core.io.ClassPathResource; import org.springframework.stereotype.Service; @@ -85,8 +86,8 @@ @Resource private InsReportMapper insReportMapper; - @Resource - ProcessReportMapper processReportMapper; + @Autowired + ProcessReportMapper1 processReportMapper; @Value("${wordUrl}") private String wordUrl; -- Gitblit v1.9.3