From 74fa5e00a564ab66838ccc3eb862e31520e2e3c5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Jun 2026 13:57:04 +0800 Subject: [PATCH] =?UTF-8?q?2026-06-26=20=E9=94=80=E5=94=AE=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7BU=E6=B2=A1=E6=9C=89=E5=B8=A6=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/quote/QuoteMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/quote/QuoteMapper.xml b/src/main/resources/mapper/quote/QuoteMapper.xml index ca3cc309..c8dd47ec 100644 --- a/src/main/resources/mapper/quote/QuoteMapper.xml +++ b/src/main/resources/mapper/quote/QuoteMapper.xml @@ -306,7 +306,7 @@ left join part pp on qd.part_no = pp.part_no and qd.site = pp.site where qd.quote_id = q.id ) gd - left join plm_project_part ppp on ppp.site = q.site and ppp.project_id = p.project_id and ppp.test_part_no = gd.part_no + left join plm_project_part ppp on ppp.site = q.site and ppp.project_id = p.project_id and (PPP.final_part_no = gd.part_no or PPP.test_part_no = gd.part_no)