zss
2025-05-12 99cf848f87e2e06954d1ca101c9ff1879cf801c7
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>