From 8af4cdbdb52932dca5d16fbce42a2f6fad4e3b8b Mon Sep 17 00:00:00 2001
From: Administrator <1051256694@qq.com>
Date: 星期六, 28 三月 2026 14:59:29 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WrkMastMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index a06edb2..eeb0ead 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -149,4 +149,12 @@
         </choose>
     </select>
 
+    <update id="updatePublishError">
+        update asr_wrk_mast
+        set upd_mk = #{updMk},
+            error_time = #{errorTime},
+            error_memo = #{errorMemo}
+        where wrk_no = #{wrkNo}
+    </update>
+
 </mapper>

--
Gitblit v1.9.1