* [bug#55326,done,0.3h] update realEnd and closedDate.

This commit is contained in:
liumengyi
2024-09-20 10:23:47 +08:00
committed by 刘刚
parent be3ea58219
commit 1150f74176
+3 -1
View File
@@ -5045,7 +5045,9 @@ class executionModel extends model
}
elseif($status == 'closed')
{
$execution->closedBy = $this->app->user->account;
$execution->closedBy = $this->app->user->account;
$execution->realEnd = helper::today();
$execution->closedDate = helper::now();
}
return $execution;