From 9bac9cdc2116b0994726708292ae46446e34bf38 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 7 Mar 2026 09:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=89=A9=E6=96=99=E9=87=8C?= =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E6=9F=A5=E8=AF=A2=EF=BC=8C=E4=B8=8D=E7=84=B6?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=A1=B9=E7=9B=AE=E4=B8=8B=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=A4=AA=E5=A4=9A=EF=BC=8C=E4=B8=80=E4=B8=AA=E4=B8=AA=E6=89=BE?= =?UTF-8?q?=E5=A4=AA=E8=B4=B9=E5=8A=B2=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/project/ProjectDao.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index 8f278c31..77be5511 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/src/main/resources/mapper/project/ProjectDao.xml @@ -389,6 +389,18 @@ left join plm_project_info as c on a.site = c.site and a.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 a.test_part_no = d.part_no where a.site = #{query.site} and a.project_id = #{query.projectId} + + and b.plm_part_no like '%' + #{query.plmPartNo} + '%' + + + and a.final_part_no like '%' + #{query.finalPartNo} + '%' + + + and d.customer_part_no like '%' + #{query.customerPartNo} + '%' + + + and b.part_desc like '%' + #{query.partDesc} + '%' +