src/main/resources/mapper/WrkDetlMapper.xml
@@ -111,9 +111,12 @@ <select id="getBomQty" resultType="double"> select SUM(anfme) anfme from asr_wrk_detl where bom_code = #{bomCode} and matnr = #{matnr} from asr_wrk_detl awd left join asr_wrk_mast awm on awd.wrk_no = awm.wrk_no where 1=1 and awm.io_type != 104 and awd.bom_code = #{bomCode} and awd.matnr = #{matnr} </select> </mapper>