索道运输

This commit is contained in:
马三炮 2025-04-27 17:51:12 +08:00
parent a44635519e
commit b8f8d6da1b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
baidu_lon as baiduLon,baidu_lat as baiduLat,sort as sort,central_meridian as centralMeridian
from tb_tower where pro_id = #{proId} and is_actvice = '1'
<if test="towerName != '' and towerName != null">and tower_name like concat('%', #{towerName}, '%')</if>
ORDER BY sort
</select>
<select id="getTbTowerById" resultType="com.bonus.digitalSignage.basic.vo.TbTowerVo">
select id as id,pro_id as proId,tower_name as towerName,lon as lon,lat as lat,