感谢 Moin 的提示。
使用 此链接
SELECT "users".* FROM "users"
WHERE (suspended_till IS NULL OR suspended_till <= '2023-11-13 11:05:23.225614')
AND "users"."approved" = FALSE
AND "users"."active" = TRUE
ORDER BY users.created_at DESC,users.username
我得到了 135 条记录。
随机选择其中最早的一条记录 samirbehara,我来到了 这位用户,他有公开活动。
在他的账户的管理界面,我有一个“批准”的选项,但不明白为什么。
