* Fix bug#13287.

This commit is contained in:
qiyu-xie
2021-07-06 16:21:09 +08:00
parent 81c1c0927f
commit ed019b72f5
7 changed files with 13 additions and 0 deletions
+1
View File
@@ -810,6 +810,7 @@ class executionModel extends model
$now = helper::now();
$execution = fixer::input('post')
->setDefault('status', 'closed')
->setDefault('realEnd', $now)
->setDefault('closedBy', $this->app->user->account)
->setDefault('closedDate', $now)
->setDefault('lastEditedBy', $this->app->user->account)