This commit is contained in:
parent
14e678c32f
commit
70b379d3f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue