From 2b7eb5b7c91dbf72fbfa73947d736ef2c61023a4 Mon Sep 17 00:00:00 2001
From: czkh <czkh@163.com>
Date: 星期五, 21 十一月 2025 18:48:29 +0800
Subject: [PATCH] #1

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index dae9ae3..4361479 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -53,7 +53,7 @@
         from asr_loc_mast
         where row1=#{row}
         and loc_sts='O'
-        and bay != #{bay}
+        and bay1 != #{bay}
         <if test="locType1 != null">
             and loc_type1 = #{locType1}
         </if>

--
Gitblit v1.9.1