This commit is contained in:
马三炮 2025-06-10 16:51:20 +08:00
parent 50ba806c7a
commit 2cac10c2ac
1 changed files with 1 additions and 0 deletions

View File

@ -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}