* Remove unused code.

This commit is contained in:
sunguangming
2023-05-30 13:16:26 +08:00
parent 5b64240d13
commit ed3a3f91bb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1163,7 +1163,7 @@ class taskModel extends model
if(!empty($currentTeam))
{
$currentTeam->status = $record->left == 0 ? 'done' : 'doing';
$this->taskTao->updateTeamByEffort($effortID, $record, $currentTeam, $task, $newTask);
$this->taskTao->updateTeamByEffort($effortID, $record, $currentTeam, $task);
$newTask = $this->computeMultipleHours($task, $newTask, $task->team);
}