Merge branch 'fixbugs_zhouxin_20813' into 'master'

* Fix bug #20813.

See merge request easycorp/zentaopms!2646
This commit is contained in:
孙广明
2022-03-30 09:14:08 +00:00
+2
View File
@@ -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;