From 0059dca5dcc0d6535dcd1dd61875d98a6ed842a9 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 26 十一月 2024 13:17:28 +0800
Subject: [PATCH] 发货核对限制出库单据

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

diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml
index c40e7a5..3097092 100644
--- a/src/main/resources/mapper/OrderDetlMapper.xml
+++ b/src/main/resources/mapper/OrderDetlMapper.xml
@@ -139,7 +139,7 @@
         and md.danger = 0
     </select>
     <select id="selectDetlList" resultType="java.lang.String">
-        select brand from man_order_detl where order_no = #{orderNo} and doc_type in(21,23)
+        select brand from man_order_detl where order_no = #{orderNo}
     </select>
 
     <update id="increase">

--
Gitblit v1.9.1