From bddd2b11fd33bbf6f7122ca9b97c5d64c2595b4e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 29 May 2025 14:10:17 +0800 Subject: [PATCH] =?UTF-8?q?2025-05-29=20=E5=9C=A8Inventory=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=90=8E=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=96=99=E5=8F=B7?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD=E6=97=B6=EF=BC=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9C=80=E8=A6=81=E5=8A=A0=E5=85=A5=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/part/PartInformationMapper.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index ad410e6f..30092078 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -1435,10 +1435,11 @@ left join plm_project_part as b on a.site = b.site and a.plm_part_no = b.test_part_no left join plm_project_part as c on a.site = c.site and a.ifs_part_no = c.test_part_no where a.site = #{query.site} - and a.active = 'Y' - and b.test_part_no is null - and c.test_part_no is null - and a.part_no not in + and a.active = 'Y' + and a.show_in_query_flag = 'Y' + and b.test_part_no is null + and c.test_part_no is null + and a.part_no not in #{item}