This commit is contained in:
parent
50ba806c7a
commit
2cac10c2ac
|
|
@ -76,6 +76,7 @@
|
|||
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},'%')
|
||||
</if>
|
||||
<if test="sourceType != '' and sourceType != null">
|
||||
and tct.source_type = #{sourceType}
|
||||
|
|
|
|||
Loading…
Reference in New Issue