fix: 取消(完成状态)变为待测试(改变状态),如果有状态负责人应该把状态负责人加上
This commit is contained in:
parent
789558da6c
commit
4b0ad22f8d
@ -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']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user