|
@@ -31,7 +31,7 @@
|
|
|
</if>
|
|
|
<if test="param.keyword != null and param.keyword != ''">
|
|
|
and (t2.id_ like concat('%', #{param.keyword}, '%')
|
|
|
- or t2.real_name_ like concat('%', #{param.keyword}, '%')
|
|
|
+ or t2.username_ like concat('%', #{param.keyword}, '%')
|
|
|
or t2.phone_ like concat('%', #{param.keyword}, '%')
|
|
|
)
|
|
|
</if>
|
|
@@ -39,7 +39,7 @@
|
|
|
and t1.tenant_id_ = #{param.tenantId}
|
|
|
</if>
|
|
|
<if test="param.organId != null and param.organId != ''">
|
|
|
- and find_in_set(#{param.organId}, t1.organ_id_list_)
|
|
|
+ and find_in_set(t1.organ_id_list_,#{param.organId})
|
|
|
</if>
|
|
|
<if test="param.coopStatus != null">
|
|
|
and co.is_enable_ = #{param.coopStatus}
|