zss
2025-03-24 17c7e460e0664ef30b34b6a6af8ad72a075d401c
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>