添加审核用户过滤:只处理review_user_id = 152的文章

This commit is contained in:
2026-02-05 12:55:56 +08:00
parent 1b5b2d213c
commit affa815fe1

View File

@@ -102,6 +102,7 @@ class ArticleImageMatcher:
WHERE ai.article_id = a.id WHERE ai.article_id = a.id
) )
AND a.status = 'pending_review' AND a.status = 'pending_review'
AND a.review_user_id = 152
ORDER BY a.id DESC ORDER BY a.id DESC
LIMIT %s LIMIT %s
""" """