From bf945f3086a3d0334dbff0ef1d64d6a1d87dffc9 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 16 十二月 2025 08:24:52 +0800
Subject: [PATCH] no message

---
 src/main/resources/mapper/LocDetlMapper.xml |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index eb99aa4..f8ecfc8 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -531,14 +531,6 @@
         where 1=1
         and b.loc_sts = 'F'
         and a.matnr = #{matnr}
-        <!--        <choose>-->
-        <!--            <when test="batch != null and batch != ''">-->
-        <!--                and a.batch = #{batch}-->
-        <!--            </when>-->
-        <!--            <otherwise>-->
-        <!--                and (a.batch IS NULL OR a.batch = '')-->
-        <!--            </otherwise>-->
-        <!--        </choose>-->
         <if test="orderNo != null and orderNo != ''">
             and a.order_no = #{orderNo}
         </if>
@@ -625,14 +617,6 @@
         where 1=1
         and b.loc_sts = 'F'
         and a.matnr = #{matnr}
-        <!--        <choose>-->
-        <!--            <when test="batch != null and batch != ''">-->
-        <!--                and a.batch = #{batch}-->
-        <!--            </when>-->
-        <!--            <otherwise>-->
-        <!--                and (a.batch IS NULL OR a.batch = '')-->
-        <!--            </otherwise>-->
-        <!--        </choose>-->
         <if test="orderNo != null and orderNo != ''">
             and a.order_no = #{orderNo}
         </if>

--
Gitblit v1.9.1