|
|
|
@ -39,6 +39,7 @@ |
|
|
|
where bd.site = #{site} |
|
|
|
and bd.part_no = #{partNo} |
|
|
|
and bd.bu_no = #{buNo} |
|
|
|
and bd.status != 'Tentative' |
|
|
|
<if test="engChgLevel == null"> |
|
|
|
and bh.eff_phase_out_date is null |
|
|
|
</if> |
|
|
|
@ -120,6 +121,7 @@ |
|
|
|
where bom.site = #{site} |
|
|
|
and bom.part_no = #{partNo} |
|
|
|
and bom.bu_no = #{buNo} |
|
|
|
and bom.status != 'Tentative' |
|
|
|
<if test="bomType != null and bomType != ''"> |
|
|
|
and bom.bom_type = #{bomType} |
|
|
|
</if> |
|
|
|
|