This commit is contained in:
马三炮 2025-04-29 09:30:03 +08:00
parent 14e678c32f
commit 70b379d3f4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
tts.tower_spacing as towerSpacing,tts.highway_width as highwayWidth
from tb_three_span tts
left join tb_tower tt on tts.tower_id = tt.id
left join tb_tower tt2 on tts.next_tower_id = tt.id
left join tb_tower tt2 on tts.next_tower_id = tt2.id
where tts.pro_id = #{proId} and tts.is_active = '1'
<if test="keyWord != '' and keyWord != null">
and (tt.tower_name like concat('%',#{keyWord},'%') or