From f1e983032418004ed8f464c3c1c985f9fa57c415 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期三, 07 五月 2025 17:20:42 +0800 Subject: [PATCH] 苏州地铁推送修改 --- src/main/resources/mapper/BattInfMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/BattInfMapper.xml b/src/main/resources/mapper/BattInfMapper.xml index ec5ed5a..408c9ef 100644 --- a/src/main/resources/mapper/BattInfMapper.xml +++ b/src/main/resources/mapper/BattInfMapper.xml @@ -775,7 +775,7 @@ and db_user.tb_user_inf.uid = #{userId}) </select> <select id="getAllStationInSz2" resultType="com.whyc.pojo.Battinf"> - select distinct stationId, stationName1,stationName2,stationName3,stationName5,stationName9 from db_battinf.tb_battinf + select distinct stationId, stationName1,stationName2,stationName3,stationName5,stationName8,stationName9 from db_battinf.tb_battinf where StationId in (select distinct db_battinf.tb_battinf.StationId from db_battinf.tb_battinf, db_user.tb_user_battgroup_baojigroup_battgroup, -- Gitblit v1.9.1