* Adjust code.

This commit is contained in:
caoyanyi
2023-05-09 18:38:16 +08:00
parent 2634006d60
commit 83a700dba8
-1
View File
@@ -4863,7 +4863,6 @@ class executionModel extends model
$chartData['baseLine'] = $baselineJSON;
$execution = $this->getById($executionID);
$isClosed = strpos('closed,suspended', $execution->status) === false && helper::today() > $execution->end;
/*
* 1. Execution status is not closed and suspended, end date less than today;