From 6ba55c0f114779dba714ad68101d24d87a269dea Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 23 Jul 2025 10:22:58 +0800 Subject: [PATCH] 2025-07-23 --- 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 e9841ad1..b3676fb9 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -1353,7 +1353,7 @@ LEFT JOIN plm_project_part as b on a.site = b.site and a.part_no = b.test_part_no LEFT JOIN plm_project_info as c on b.site = c.site and b.project_id = c.project_id LEFT JOIN plm_customer_part_info as d on c.site = d.site and c.customer_id = d.customer_no and b.test_part_no = d.part_no - where a.site = #{site} and a.part_no = #{testPartNo} and c.customer_id = #{customerId} + where a.site = #{site} and a.part_no = #{testPartNo} and c.customer_id = #{customerId} and b.project_id = #{projectId}