From 247896d55a78e71c2c7b7c7a525d355d84aa07b8 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期六, 07 六月 2025 15:50:29 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/asrs/LocMastMapper.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/mapper/asrs/LocMastMapper.xml b/src/main/resources/mapper/asrs/LocMastMapper.xml
index cae15d0..4edecc1 100644
--- a/src/main/resources/mapper/asrs/LocMastMapper.xml
+++ b/src/main/resources/mapper/asrs/LocMastMapper.xml
@@ -127,7 +127,6 @@
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}
-        and gro1 = #{gro}
         AND loc_sts not in ('O') order by row1
     </select>
 
@@ -150,7 +149,6 @@
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}
-        and gro1 = #{gro}
         AND loc_sts not in ('O') order by row1 desc
     </select>
 <!--    <select id="selectLocByLocStsPakInO1" resultMap="BaseResultMap">-->
@@ -172,7 +170,6 @@
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}
-        and gro1 = #{gro}
         AND loc_sts in ('O') order by row1 desc
     </select>
 <!--    <select id="selectLocByLocStsPakInO2" resultMap="BaseResultMap">-->
@@ -194,7 +191,6 @@
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}
-        and gro1 = #{gro}
         AND loc_sts in ('O') order by row1
     </select>
     <select id="findFirstFrozenLocNo" resultType="java.lang.String">

--
Gitblit v1.9.1