大量修改二期功能清单内容

This commit is contained in:
Azmat@qq.com
2026-08-17 18:26:42 +08:00
parent 36e91aab3c
commit d1ecb52125
76 changed files with 4222 additions and 294 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ class SubmitReviewTests(TestCase):
def test_submit_review_200_when_started(self):
"""真正进入审核(processing)→ 200 + 真态,供前端落 processing。"""
def _mark_processing(asset):
def _mark_processing(asset, *, force=False):
asset.review_status = "processing"
asset.save(update_fields=["review_status"])
return True