From e305c2c64ae1dc96d471c68b1f595b62da32de69 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 13 十一月 2025 11:55:15 +0800
Subject: [PATCH] #

---
 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 b577fe8..03bb74a 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -64,7 +64,7 @@
     </select>
 
     <select id="selectztgx" resultMap="BaseResultMap">
-        select  top 1 * from asr_loc_mast where loc_sts in (#{sts1},#{sts2}) and channel=#{count}+1
+        select  top 1 * from asr_loc_mast where loc_sts in (#{sts1}) and channel=#{count}+1
     </select>
 
 </mapper>

--
Gitblit v1.9.1