fix: add owner_id to _create_next_task INSERT

This commit is contained in:
ymq 2026-08-08 11:16:23 +08:00
parent e76fa0fc47
commit 83ad318801

View File

@ -290,6 +290,7 @@ async def _create_next_task(sor, project_id, task, next_role, pm_comment=''):
'id': new_task_id,
'tenant_id': project_id,
'pipeline_id': 'role_task',
'owner_id': 'pm',
'title': new_title,
'params': json.dumps(new_params, ensure_ascii=False),
'role': next_role,