fix delete message error (#2153)

### What problem does this PR solve?



### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-08-29 14:07:14 +08:00
committed by GitHub
parent 212bb8e601
commit fc1ac3a962
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ class TaskService(CommonService):
cls.model.doc_id,
cls.model.from_page,
cls.model.to_page,
cls.model.retry_count,
Document.kb_id,
Document.parser_id,
Document.parser_config,