From e377b50e4ae773e06161a940d1fb8bbe9ec240f6 Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Thu, 8 May 2025 09:39:12 +0800
Subject: [PATCH] 2025-05-06
---
.../TechnicalSpecificationMapper.xml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
index 990818c9..7c9029cf 100644
--- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
+++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
@@ -737,8 +737,17 @@ update_by)
- update plm_bm_prepress set plateNo=#{plateNo},cutterNumber=#{cutterNumber},cutterLayout=#{cutterLayout},[action]=#{action},
- remark=#{remark},feedback=#{feedback},update_by=#{updateBy},update_date=GetDate() where site=#{site} and code_no=#{codeNo}
+ update plm_bm_prepress
+ set plateNo=#{plateNo},
+ cutterNumber=#{cutterNumber},
+ cutterLayout=#{cutterLayout},
+ [action]=#{action},
+ remark=#{remark},
+ feedback=#{feedback},
+ update_by=#{updateBy},
+ update_date=GetDate()
+ where site = #{site}
+ and code_no = #{codeNo}