From bc444fc52cffbb80d6fe70df46bc8267e69ef911 Mon Sep 17 00:00:00 2001
From: L <L@123>
Date: 星期二, 06 一月 2026 14:32:58 +0800
Subject: [PATCH] *

---
 src/main/resources/mapper/OrderPakoutMapper.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/OrderPakoutMapper.xml b/src/main/resources/mapper/OrderPakoutMapper.xml
index 1aade50..63141ba 100644
--- a/src/main/resources/mapper/OrderPakoutMapper.xml
+++ b/src/main/resources/mapper/OrderPakoutMapper.xml
@@ -141,7 +141,16 @@
         where 1=1
         and item_name = #{itemName}
         and order_no != #{orderNo}
-        and (settle = 10 or settle = 98)
+        and (settle = 10 or settle = 13 or settle = 98)
+    </update>
+
+    <update id="updateItemName">
+        update man_order_pakout
+        set settle = #{settle}
+          ,update_by = #{userId}
+          ,update_time = getdate()
+        where 1=1
+          and item_name = #{itemName}
     </update>
 
     <select id="selectOrderPakoutMainVoList" resultMap="PakoutMainResultMap">

--
Gitblit v1.9.1