This commit is contained in:
liumengyi
2024-04-28 14:26:13 +08:00
parent 2b18a02c92
commit b2942947cc
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1427,8 +1427,6 @@ class projectModel extends model
$this->projectTao->doStart($projectID, $project);
$this->recordFirstEnd($projectID);
/* When it has multiple errors, only the first one is prompted */
if(dao::isError())
{
@@ -1436,6 +1434,8 @@ class projectModel extends model
return false;
}
$this->recordFirstEnd($projectID);
if(!$oldProject->multiple) $this->projectTao->changeExecutionStatus($projectID, 'start');
return common::createChanges($oldProject, $project);
}