From cc207c78392ef9c0425a9c3f70ca56298ab889bf Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期四, 20 三月 2025 18:10:01 +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