Merge branch 'fixbugs_zhouxin_20813' into 'master'
* Fix bug #20813. See merge request easycorp/zentaopms!2646
This commit is contained in:
@@ -718,6 +718,8 @@ class executionModel extends model
|
||||
->limit(1)
|
||||
->exec();
|
||||
|
||||
if(dao::isError()) return false;
|
||||
|
||||
if(!empty($execution->project) and $oldExecution->project != $execution->project)
|
||||
{
|
||||
$execution->parent = $execution->project;
|
||||
|
||||
Reference in New Issue
Block a user