From 83a700dba8a2ca0f2f02dc5a4129e9bd29eb5027 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 9 May 2023 18:38:16 +0800 Subject: [PATCH] * Adjust code. --- module/execution/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index aa6fb7029b..10f382fc91 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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;