* Fix activate unit.

This commit is contained in:
wangyidong
2023-09-14 09:36:58 +08:00
parent 33d242718d
commit c17cabce73
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2471,7 +2471,7 @@ class executionTest
{
global $app;
$app->moduleName = 'task';
$tasks = $this->executionModel->getSearchTasks("execution = $executionID", null, 'id_desc');
$tasks = $this->executionModel->getSearchTasks("execution = $executionID", 'id_desc');
return $this->executionModel->formatTasksForTree($tasks);
}