修改 日志可以查看用户,可以查询出不可用状态的用户问题

This commit is contained in:
furongxin 2024-06-12 15:20:08 +08:00
parent 912a30fabb
commit 5dc3915a33

View File

@ -73,6 +73,7 @@
) read_user ON user.id = read_user.user_id
WHERE
user.deleted = 0
AND user.status = 0
AND read_user.data_scope != 5
) result
WHERE