修复撤回: transfer新任务parent_task_id=task.id(溯源链) + canRecall放宽(兼容旧数据)
This commit is contained in:
@ -660,7 +660,7 @@ async def transfer_task(
|
||||
elif is_child_task:
|
||||
new_parent_task_id = task.parent_task_id
|
||||
else:
|
||||
new_parent_task_id = None
|
||||
new_parent_task_id = task.id
|
||||
|
||||
new_task = Task(
|
||||
product_id=task.product_id,
|
||||
|
||||
Reference in New Issue
Block a user