|
@@ -19,7 +19,7 @@
|
|
|
<where>
|
|
|
<if test="param.keyword != null">
|
|
|
and (t.cooperate_tenant_name_ like concat('%',#{param.keyword},'%')
|
|
|
- or t.cooperate_tenant_nature_ like concat('%',#{param.keyword},'%')
|
|
|
+ or t.contacts_ like concat('%',#{param.keyword},'%')
|
|
|
or t.phone_ like concat('%',#{param.keyword},'%')
|
|
|
)
|
|
|
</if>
|