This commit is contained in:
MaxKey
2021-08-04 23:40:20 +08:00
parent 3f9e4960c7
commit 9d81e0cbbb
16 changed files with 350 additions and 267 deletions

View File

@@ -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},'%')