From 15ab27bb7faa1af60331ea3b15f3ab78c9a71eab Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 8 May 2025 17:26:04 +0800 Subject: [PATCH] 2025-05-06 --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index 7c9029cf..f1c689dd 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -603,7 +603,7 @@ a.wiRevison,a.wiDate,a.routingRemark,a.routingAction, update plm_bm_propertiesValue set NumValue=#{numValue,jdbcType=DOUBLE} ,TextValue=#{textValue} where site=#{site} and bu_no=#{buNo} and PartNo=#{partNo} and RecordType=#{recordType} - and SubCodeSeqNo=#{subCodeSeqNo} and PropertiesItemNo=#{propertiesItemNo} + and SubCodeSeqNo=#{subCodeSeqNo} and CodeNo = #{codeNo} and ItemNo=#{itemNo}