From 1576f26bf74e718f178a2fa599f4011455aadece Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 27 Mar 2025 10:21:39 +0800 Subject: [PATCH] 2025-03-27 --- .../resources/mapper/project/ProjectDao.xml | 4 +- .../TechnicalSpecificationMapper.xml | 48 ++++++++++++++++--- 2 files changed, 43 insertions(+), 9 deletions(-) diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index f173c42c..bb19e59e 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/src/main/resources/mapper/project/ProjectDao.xml @@ -86,10 +86,10 @@ productSet FROM plm_project_info - + AND id = #{query.id} - + AND customer_project_no like #{query.customerProjectNo} diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index b301d63f..1d1d2cbf 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -990,10 +990,30 @@ id update plm_technical_specification_sheet set bom_type=#{bomType},eng_chg_level=#{engChgLevel,jdbcType=INTEGER}, @@ -1005,9 +1025,23 @@ id