From 8ce4dcbd701b40165b0dbf365f667932cf2a8916 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 06 三月 2026 08:21:15 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index cae15d0..e394a80 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -123,7 +123,7 @@
         SELECT top 1 *
         FROM [dbo].[asr_loc_mast]
         WHERE 1=1
-        and whs_type=#{whsType}
+        and loc_type1=#{whsType}
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}
@@ -146,7 +146,7 @@
         SELECT top 1 *
         FROM [dbo].[asr_loc_mast]
         WHERE 1=1
-        and whs_type=#{whsType}
+        and loc_type1=#{whsType}
         and crn_no=#{crnNo}
         and bay1 = #{bay}
         and lev1 = #{lev}

--
Gitblit v1.9.1