From 6d7857d3d4fc245418332eb80f357d896ac87632 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 12 Nov 2025 12:52:13 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-12=20=E6=96=99=E5=8F=B7=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=97=B6Project=20Part=E6=9F=A5=E8=AF=A2=E5=8A=A0site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/part/PartInformationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index 96026e6f..ff232880 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -1380,7 +1380,7 @@ and a.test_part_no = b.project_id and b.site = #{query.site} and b.project_id = #{query.projectId} left join part as c on a.site = c.site and a.test_part_no = c.part_no - where b.site is null and c.show_in_query_flag = 'Y' + where a.site = #{query.site} and b.site is null and c.show_in_query_flag = 'Y' and c.part_no not in #{item}