diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index fdfaf64c..3cea8f65 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -1462,7 +1462,7 @@ b.eng_revision FROM plm_bom_detail as a LEFT JOIN plm_bom_header as b on a.site = b.site and a.part_no = b.part_no and a.eng_chg_level = b.eng_chg_level and a.bom_type = b.bom_type - WHERE a.site = #{site} and a.part_no = #{partNo} and a.bom_type = 'Manufacturing' and b.eff_phase_out_date =]]> getDate() + WHERE a.site = #{site} and a.part_no = #{partNo} and a.bom_type = 'Manufacturing' @@ -1488,7 +1488,7 @@ a.official_flag FROM plm_routing_detail as a LEFT JOIN plm_routing_header as b on a.site = b.site and a.part_no = b.part_no and a.routing_revision = b.routing_revision and a.routing_type = b.routing_type - where a.site = #{site} and a.part_no = #{partNo} and a.routing_type = 'Manufacturing' and b.phase_out_date is null + where a.site = #{site} and a.part_no = #{partNo} and a.routing_type = 'Manufacturing'