* Fix build of project.

This commit is contained in:
zhujinyong
2021-03-21 17:53:43 +08:00
parent 4ebd5e6cc1
commit 4fe2ddb683
3 changed files with 10 additions and 22 deletions
+1 -2
View File
@@ -39,10 +39,9 @@ class task extends control
*/
public function create($executionID = 0, $storyID = 0, $moduleID = 0, $taskID = 0, $todoID = 0)
{
commonModel::setAppObjectID('execution', $executionID);
$executions = $this->execution->getPairs();
$executionID = $this->execution->saveState($executionID, $executions);
$this->execution->setMenu($executions, $executionID);
$this->execution->getLimitedExecution();
$limitedExecutions = !empty($_SESSION['limitedExecutions']) ? $_SESSION['limitedExecutions'] : '';