From 09101577baa4b844e308238d1d4ac1972d660577 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 17 十二月 2025 16:47:22 +0800
Subject: [PATCH] 生成站点电路试验报告(天线)合并单元格
---
inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
index 54caf1b..ec990c2 100644
--- a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
+++ b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
@@ -96,4 +96,8 @@
<select id="getStandardMethodId" resultType="java.lang.Integer">
select id from standard_method where code = #{code}
</select>
+
+ <select id="getStandardMethodName" resultType="java.lang.String">
+ select name from standard_method where code = #{code}
+ </select>
</mapper>
--
Gitblit v1.9.3