fix: 取消(完成状态)变为待测试(改变状态),如果有状态负责人应该把状态负责人加上

This commit is contained in:
kuaifan 2022-02-15 15:30:35 +08:00
parent 789558da6c
commit 4b0ad22f8d

View File

@ -603,7 +603,6 @@ class ProjectTask extends AbstractModel
$this->completeTask(null);
}
$updateMarking['is_update_project'] = true;
return;
}
// 标题
if (Arr::exists($data, 'name') && $this->name != $data['name']) {