Merge branch '15.0.beta3' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
holan20180123
2021-03-18 08:27:13 +08:00
23 changed files with 97 additions and 101 deletions
+2
View File
@@ -39,6 +39,8 @@ 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($this->session->PRJ);
$executionID = $this->execution->saveState($executionID, $executions);