From eaa43b12bfe9185b4f0b8f09d9ca081895a4d185 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 12 三月 2026 21:27:44 +0800
Subject: [PATCH] 1.任务下发失败提醒 2.针对订单出库循环堵塞问题优化
---
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