This commit is contained in:
hufangzhou
2021-03-30 09:31:32 +08:00
parent f8c83e6ab7
commit 95c604cef6
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -1193,6 +1193,7 @@ class execution extends control
{
if($this->app->openApp == 'project')
{
if(!empty($copyExecutionID)) $projectID = $this->dao->select('project')->from(TABLE_EXECUTION)->where('id')->eq($copyExecutionID)->fetch('project');
$project = $this->project->getByID($projectID);
$model = $project->model;