From f1ba10159c6872b859e5ab1255ed17ae644d94d7 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 26 十一月 2024 14:34:23 +0800 Subject: [PATCH] 前端联调修改 --- inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml index 721b82c..54caf1b 100644 --- a/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml +++ b/inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml @@ -93,4 +93,7 @@ OR structure_test_object_id = '[]' ) </select> + <select id="getStandardMethodId" resultType="java.lang.Integer"> + select id from standard_method where code = #{code} + </select> </mapper> -- Gitblit v1.9.3