This commit is contained in:
parent
2cac10c2ac
commit
303327cfae
|
|
@ -75,8 +75,8 @@
|
|||
left join tb_tower tt on tct.tower_id = tt.id
|
||||
where tct.pro_id = #{proId} and tct.is_active = '1'
|
||||
<if test="keyWord != '' and keyWord != null">
|
||||
and tt.tower_name like concat('%',#{keyWord},'%')
|
||||
or tct.name like concat('%',#{keyWord},'%')
|
||||
and (tt.tower_name like concat('%',#{keyWord},'%')
|
||||
or tct.name like concat('%',#{keyWord},'%'))
|
||||
</if>
|
||||
<if test="sourceType != '' and sourceType != null">
|
||||
and tct.source_type = #{sourceType}
|
||||
|
|
|
|||
Loading…
Reference in New Issue