bug
This commit is contained in:
parent
9f12744678
commit
4ad58496a8
|
|
@ -37,6 +37,7 @@
|
||||||
<if test="param.searchValue != null and param.searchValue != '' ">
|
<if test="param.searchValue != null and param.searchValue != '' ">
|
||||||
and (su.nick_name like CONCAT('%',#{param.searchValue},'%')
|
and (su.nick_name like CONCAT('%',#{param.searchValue},'%')
|
||||||
or su.phonenumber = #{encryptedSearchValue}
|
or su.phonenumber = #{encryptedSearchValue}
|
||||||
|
or su.user_id like CONCAT('%',#{param.searchValue},'%')
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue