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