|
|
@ -1008,4 +1008,12 @@ |
|
|
left join part_revision as b on a.site = b.site and a.part_no = b.part_no and a.eng_chg_level = b.eng_chg_level |
|
|
left join part_revision as b on a.site = b.site and a.part_no = b.part_no and a.eng_chg_level = b.eng_chg_level |
|
|
where a.site = #{site} and a.part_no = #{partNo} and b.eff_phase_out_date is null |
|
|
where a.site = #{site} and a.part_no = #{partNo} and b.eff_phase_out_date is null |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<update id="updateBomComponentPart"> |
|
|
|
|
|
update plm_bom_component |
|
|
|
|
|
set component_part = #{ifsPartNo}, |
|
|
|
|
|
before_component_part = #{partNo}, |
|
|
|
|
|
update_component_part_date = getDate() |
|
|
|
|
|
where site = #{site} and component_part = #{partNo} |
|
|
|
|
|
</update> |
|
|
</mapper> |
|
|
</mapper> |