fix(消息管理): 修复组织成员获取用户出错问题

This commit is contained in:
guoyuqi 2023-09-12 19:29:20 +08:00 committed by 刘瑞斌
parent 973f27babf
commit 60df1ca549
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
from user from user
where deleted = 0 where deleted = 0
<if test="keyword != null and keyword != ''"> <if test="keyword != null and keyword != ''">
and (name LIKE CONCAT('%', #{keyword}, '%') and name LIKE CONCAT('%', #{keyword}, '%')
</if> </if>
order by update_time desc order by update_time desc
limit 100 limit 100