* Fix bug.

This commit is contained in:
tianshujie98
2021-03-18 16:57:31 +08:00
parent ca5b180515
commit 53cf4ebdcd
6 changed files with 14 additions and 14 deletions
+3
View File
@@ -27,7 +27,10 @@ class build extends control
if($this->app->openApp == 'project')
{
$model = $this->dao->select('model')->from(TABLE_PROJECT)->where('id')->eq($projectID)->fetch('model');
$this->lang->project->menu = $this->lang->menu->$model;
commonModel::setAppObjectID('project', $projectID);
$executions = $this->execution->getPairs($projectID);
$executionID = key($executions);
}