From 27a351456cd2127c0b76d48869cc1a0b0b79664a Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 14 十月 2025 13:16:03 +0800
Subject: [PATCH] 对接

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

diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml
index bf73911..b513892 100644
--- a/src/main/resources/mapper/OrderDetlMapper.xml
+++ b/src/main/resources/mapper/OrderDetlMapper.xml
@@ -221,4 +221,11 @@
         </choose>
     </update>
 
+
+    <update id="increaseWorkQty2">
+        update man_order_detl
+        set work_qty = work_qty + #{workQty}
+        where 1=1
+          and id = #{id}
+    </update>
 </mapper>

--
Gitblit v1.9.1