This commit is contained in:
gaowdong 2025-04-29 10:59:20 +08:00
parent 9f12744678
commit 4ad58496a8
1 changed files with 1 additions and 0 deletions

View File

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