mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-24 04:28:09 +08:00
http
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
and uid = #{uid}
|
||||
</if>
|
||||
<if test="username != null and username != ''">
|
||||
and username like concat('%',#{username},'%')
|
||||
and username = #{username}
|
||||
</if>
|
||||
<if test="displayName != null and displayName != ''">
|
||||
and displayname like concat('%',#{displayName},'%')
|
||||
|
||||
Reference in New Issue
Block a user