fix: repair upload status and queue filtering

This commit is contained in:
wren
2026-05-11 20:26:27 +08:00
parent 0dfd0d3bc9
commit e749abd9ed
2 changed files with 10 additions and 1 deletions
@@ -34,6 +34,7 @@ class DocumentStatusItemVO(BaseModel):
documentId: int = Field(..., description="文档ID")
processingStatus: str | None = Field(None, description="处理状态")
runStatus: str | None = Field(None, description="当前运行状态")
phase: str | None = Field(None, description="当前运行阶段")
resultStatus: str | None = Field(None, description="当前结果状态")
updatedAt: str | None = Field(None, description="更新时间")