From 4801ac8a9dbcd3c64e7851c01efa8d82ac0a201c Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 02 八月 2025 09:31:40 +0800
Subject: [PATCH] no message

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

diff --git a/zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml b/zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
index e976ebf..c55097b 100644
--- a/zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
+++ b/zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
@@ -13,7 +13,7 @@
         <if test="matnr != null and matnr != ''">
             AND t.matnr = #{matnr}
         </if>
-        <if test="batch != null and batch != ''">
+        <if test="batch != null">
             AND t.batch = #{batch}
         </if>
         <if test="sortParam!=null and sortParam.size()>0">
@@ -28,7 +28,7 @@
     <select id="getList" resultType="map">
         select * from view_man_loc_detl ld
         where matnr = #{matnr}
-        <if test="batch!=null and batch != ''">
+        <if test="batch!=null">
             and batch = #{batch}
         </if>
         <if test="param!=null and param.size()>0">
@@ -93,7 +93,7 @@
         <if test="matnr != null and matnr != ''">
             AND t.matnr = #{matnr}
         </if>
-        <if test="batch != null and batch != ''">
+        <if test="batch != null">
             AND t.batch = #{batch}
         </if>
         <!--        <if test="params != null and params.size() > 0">-->

--
Gitblit v1.9.1