diff --git a/python_core/database/template_postgres.py b/python_core/database/template_postgres.py index 64cbc1d..9b48aa0 100644 --- a/python_core/database/template_postgres.py +++ b/python_core/database/template_postgres.py @@ -684,7 +684,6 @@ PostgreSQL 驱动 psycopg2 未安装。请安装: duration=row['duration'], material_count=row['material_count'], track_count=row['track_count'], - draft_content=row["draft_content"], tags=row['tags'] if isinstance(row['tags'], list) else [], is_cloud=row['is_cloud'], user_id=row['user_id'],