From 50739dc0aee41935850b559e962bd7ee680ca5cb Mon Sep 17 00:00:00 2001 From: wangyuting Date: Mon, 24 Nov 2025 13:38:34 +0800 Subject: [PATCH] * Fix empty projectID error. --- module/testtask/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testtask/control.php b/module/testtask/control.php index 31042016ba..36cf3d140e 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -465,7 +465,7 @@ class testtask extends control } $task = $this->testtask->getByID($taskID); - $this->testtaskZen->setMenu($task->product, $branchID, $projectID, $task->execution, $task); + $this->testtaskZen->setMenu($task->product, $branchID, $task->project, $task->execution, $task); $this->testtaskZen->setDropMenu($task->product, $task); /* 如果测试单所属产品在产品键值对中不存在,将其加入。*/