From 997116b9fa3a0d95043c6ccc29919333dac48966 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 11 十一月 2025 14:39:13 +0800
Subject: [PATCH] *
---
src/main/resources/mapper/OrderPakoutMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/OrderPakoutMapper.xml b/src/main/resources/mapper/OrderPakoutMapper.xml
index 1aade50..e756812 100644
--- a/src/main/resources/mapper/OrderPakoutMapper.xml
+++ b/src/main/resources/mapper/OrderPakoutMapper.xml
@@ -141,7 +141,7 @@
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>
<select id="selectOrderPakoutMainVoList" resultMap="PakoutMainResultMap">
--
Gitblit v1.9.1