From 4a1f848521deb0b1e3af4cb7ce4b0f66b46731c4 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 11 Jul 2025 13:36:43 +0800 Subject: [PATCH] =?UTF-8?q?2025-07-11=20=E5=B7=A5=E5=85=B7=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=9A=84=E6=97=B6=E5=80=99=E6=8F=90=E7=A4=BA=E6=B2=A1?= =?UTF-8?q?=E6=9C=89BM=EF=BC=8C=E5=AE=9E=E9=99=85=E6=98=AF=E6=9C=89?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/project/ProjectDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index 98965126..d1caf1bf 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/src/main/resources/mapper/project/ProjectDao.xml @@ -676,7 +676,8 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_ final_part_no from plm_project_part - where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo}) and now_bm is not null + where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo}) +