索道运输
This commit is contained in:
parent
a44635519e
commit
b8f8d6da1b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue