* [bug#50303,done,0.1h] Fix the error problem of the task's assign to.

This commit is contained in:
tianshujie
2024-05-29 15:20:57 +08:00
parent eee13fd74f
commit 980d58f2ad
+1 -1
View File
@@ -2775,7 +2775,7 @@ class taskModel extends model
$now = helper::now();
if($team->status == 'done')
{
$task->assignedTo = $this->getAssignedTo4Multi($oldTask->team, $oldTask, 'next');
$task->assignedTo = $this->getAssignedTo4Multi($oldTask->team, $oldTask, 'current');
$task->assignedDate = $now;
}