Fix bug#26664

This commit is contained in:
曾刚
2022-08-19 05:10:19 +00:00
committed by 王怡栋
parent ce335348a8
commit caed6b27cd
4 changed files with 7 additions and 2 deletions
+3
View File
@@ -1023,6 +1023,8 @@ class executionModel extends model
$this->loadModel('action')->create('execution', $parent->id, 'startbychildactivate');
}
}
return $changes;
}
/**
@@ -1096,6 +1098,7 @@ class executionModel extends model
}
$this->loadModel('score')->create('execution', 'close', $oldExecution);
return $changes;
}
}