From 5c1927cae2e50e31a4fe56762c040837bd80334b Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 11 十一月 2025 16:43:44 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/OrderPakoutMapper.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/OrderPakoutMapper.xml b/src/main/resources/mapper/OrderPakoutMapper.xml
index e756812..63141ba 100644
--- a/src/main/resources/mapper/OrderPakoutMapper.xml
+++ b/src/main/resources/mapper/OrderPakoutMapper.xml
@@ -144,6 +144,15 @@
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">
select d.* from (
select
--
Gitblit v1.9.1