This commit is contained in:
parent
0a9ae80fe7
commit
a19aaccaa0
|
|
@ -85,7 +85,7 @@
|
||||||
<select id="getTbCablewaTransById" resultType="com.bonus.digitalSignage.basic.vo.TbCablewaTransVo">
|
<select id="getTbCablewaTransById" resultType="com.bonus.digitalSignage.basic.vo.TbCablewaTransVo">
|
||||||
select tct.id as id,tct.pro_id as proId,tct.tower_id as towerId,tct.cableway_length as cablewayLength,
|
select tct.id as id,tct.pro_id as proId,tct.tower_id as towerId,tct.cableway_length as cablewayLength,
|
||||||
tct.max_height as maxHeight,tct.safety_distance as safetyDistance,tct.max_slope as maxSlope,
|
tct.max_height as maxHeight,tct.safety_distance as safetyDistance,tct.max_slope as maxSlope,
|
||||||
tct.create_user_id as createUserId,tt.tower_name as towerName,tct.cableway_length AS cablewayWidth,
|
tct.create_user_id as createUserId,tt.tower_name as towerName,tct.cableway_width AS cablewayWidth,
|
||||||
tct.source_type as sourceType,tct.name as name
|
tct.source_type as sourceType,tct.name as name
|
||||||
from tb_cablewa_trans tct
|
from tb_cablewa_trans tct
|
||||||
left join tb_tower tt on tct.tower_id = tt.id
|
left join tb_tower tt on tct.tower_id = tt.id
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
<select id="getTbCablewaTransByTowerId" resultType="com.bonus.digitalSignage.basic.vo.TbCablewaTransVo">
|
<select id="getTbCablewaTransByTowerId" resultType="com.bonus.digitalSignage.basic.vo.TbCablewaTransVo">
|
||||||
select tct.id as id,tct.pro_id as proId,tct.tower_id as towerId,tct.cableway_length as cablewayLength,
|
select tct.id as id,tct.pro_id as proId,tct.tower_id as towerId,tct.cableway_length as cablewayLength,
|
||||||
tct.max_height as maxHeight,tct.safety_distance as safetyDistance,tct.max_slope as maxSlope,
|
tct.max_height as maxHeight,tct.safety_distance as safetyDistance,tct.max_slope as maxSlope,
|
||||||
tct.create_user_id as createUserId,tct.cableway_length AS cablewayWidth
|
tct.create_user_id as createUserId,tct.cableway_width AS cablewayWidth
|
||||||
from tb_cablewa_trans tct where tct.tower_id = #{towerId} and tct.is_active='1'
|
from tb_cablewa_trans tct where tct.tower_id = #{towerId} and tct.is_active='1'
|
||||||
</select>
|
</select>
|
||||||
<!--索道口、中转口、索道终点经纬度-->
|
<!--索道口、中转口、索道终点经纬度-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue