From 1b79d0f4e8430353342e284e1de6ce220cb4a1f1 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 10 十一月 2025 09:09:59 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/OrderPakoutMapper.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/OrderPakoutMapper.xml b/src/main/resources/mapper/OrderPakoutMapper.xml
index 537817d..caf4a69 100644
--- a/src/main/resources/mapper/OrderPakoutMapper.xml
+++ b/src/main/resources/mapper/OrderPakoutMapper.xml
@@ -84,4 +84,14 @@
</if>
</select>
+ <update id="removeGroupGoodsNoUpdate">
+ update man_order_pakout
+ set settle = 99
+ ,update_time = getdate()
+ where 1=1
+ and item_name = #{itemName}
+ and order_no != #{orderNo}
+ and (settle = 10 or settle = 98)
+ </update>
+
</mapper>
--
Gitblit v1.9.1