zss
2025-04-07 d2264d73349d8f0cea3d6bde472548dde227c168
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>