From 555f4339bd1c105a1b49c8d4505fa5420c76939d Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 18 十一月 2025 13:12:29 +0800
Subject: [PATCH] #组托异常修复

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

diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 3f3e522..dd1fe9b 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -132,7 +132,7 @@
         where 1=1
         and order_id = #{orderId}
         and matnr = #{matnr}
-        <include refid="standbyAll"></include>
+<!--        <include refid="standbyAll"></include>-->
     </select>
 
     <select id="selectItemByOrderNo" resultMap="BaseResultMap">

--
Gitblit v1.9.1