索道优化

This commit is contained in:
马三炮 2025-07-28 11:10:46 +08:00
parent 6a2d663c68
commit f9c48f1708
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
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.create_user_id as createUserId,tt.tower_name as towerName,tct.cableway_width AS cablewayWidth,
tct.source_type as sourceType,COALESCE(tct.name, tt.tower_name) AS towerName
tct.source_type as sourceType,COALESCE(tct.name, tt.tower_name) AS name
from tb_cablewa_trans tct
left join tb_tower tt on tct.tower_id = tt.id
where tct.id = #{id}