Merge branch 'wyd_fixbug' into 'master'

Wyd fixbug

See merge request easycorp/zentaopms!2461
This commit is contained in:
孙广明
2022-03-23 00:53:36 +00:00
6 changed files with 15 additions and 5 deletions
+2
View File
@@ -232,6 +232,8 @@ class executionModel extends model
*/
public function saveState($executionID, $executions)
{
if(defined('TUTORIAL')) return $executionID;
/* When the cookie and session do not exist, get it from the database. */
if(empty($executionID) and isset($this->config->execution->lastExecution) and isset($executions[$this->config->execution->lastExecution]))
{