# 用户个人资料页面上的批准按钮无法工作

**URL:** <https://meta.discourse.org/t/approval-button-on-users-profile-doesnt-work/403620>\
**Category:** Bug\
**Created:** [2026年五月22日 11:52 UTC](https://meta.discourse.org/t/approval-button-on-users-profile-doesnt-work/403620 "2026-05-22T11:52:01Z")\
**Posts on this page:** 1\
**Showing post:** 7

<div class="post-metadata">

**Author:** ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)\
**Post date:** [2026年五月23日 06:27 UTC](https://meta.discourse.org/t/approval-button-on-users-profile-doesnt-work/403620/7 "2026-05-23T06:27:00Z")

</div>

我现在明白了，在我的案例中，我们遇到了一位垃圾用户，其 ID 为 332，随后被标记并删除。几天后，又有一位新用户注册，再次获得了 ID 332。

在得知受影响的有效用户的用户 ID 后，我运行了以下 [Data Explorer](https://meta.discourse.org/t/32566?silent=true) 查询：

```plaintext
SELECT *
FROM reviewables
WHERE target_id = 332
ORDER BY created_at DESC

```

---

_[View the full topic](https://meta.discourse.org/t/approval-button-on-users-profile-doesnt-work/403620)._
