From 7ce4419c34a54a968d4e9fe0e4f1b1a7595e868d Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 30 五月 2024 09:08:16 +0800
Subject: [PATCH] #

---
 zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml b/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
index 05fb103..d760db7 100644
--- a/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
+++ b/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
@@ -29,6 +29,7 @@
         where 1=1
         and order_id = #{orderId}
         and matnr = #{matnr}
+        and host_id = #{hostId}
         <choose>
             <when test="batch != null and batch != ''">
                 and batch = #{batch}
@@ -107,6 +108,7 @@
         where 1=1
         and order_no = #{orderNo}
         and matnr = #{matnr}
+        and host_id = #{hostId}
         <choose>
             <when test="batch != null and batch != ''">
                 and batch = #{batch}
@@ -123,6 +125,7 @@
         where 1=1
         and order_no = #{orderNo}
         and matnr = #{matnr}
+        and host_id = #{hostId}
         <choose>
             <when test="batch != null and batch != ''">
                 and batch = #{batch}

--
Gitblit v1.9.1