zss
2024-09-20 a0f4284a933be42b30ffb1b79e9cbb0f9ad5eb14
inspect-server/src/main/resources/mapper/StandardProductListMapper.xml
@@ -95,4 +95,7 @@
                     WHEN man_hour_group REGEXP '[0-9]+' THEN CAST(SUBSTRING(man_hour_group, 2)AS UNSIGNED) END -- 提取字母后面的数字部分
                ,id asc
    </select>
    <select id="selectStandardMethodById" resultType="java.lang.String">
        select code from standard_method where id=#{standardMethodListId}
    </select>
</mapper>