zss
2024-11-22 7ce37d0d74618beac28879ce493a8d957b1f95f3
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>