From a7e9cc169a9cfc81ef6d46976a5a5f43c28cb8bc Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 22 Oct 2024 20:48:27 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-22=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/part/PartInformationMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'