From 84edd2b6308fa018eab932a2db528b7e6e1e6d13 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 19 十一月 2025 16:45:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jshdasrs' into jshdasrs

---
 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