zss
2025-03-24 787ae7d0f054f840ba32ac19a48c55c2da7e8c7e
inspect-server/src/main/resources/mapper/StandardMethodListMapper.xml
@@ -93,4 +93,11 @@
                OR structure_test_object_id = '[]'
            )
    </select>
    <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>