| | |
| | | station.setStationName4(battinf.getStationName4()); |
| | | station.setStationName5(battinf.getStationName5()); |
| | | station.setTogetherFlag(sinfMapper.getMaxTogetherFlag()); |
| | | if(battinf.getStationName9()!=null){//苏州地铁标注为几号线地铁线路(3.5.6.7.8) |
| | | } |
| | | stationInfService.insertStation(station); |
| | | battinf.setStationId(stationId); |
| | | battinf.setFBSDeviceId((long) dev_id); |
| | |
| | | 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, |