From c52641ca27d0ce9715bf3c283ec09125056950f3 Mon Sep 17 00:00:00 2001 From: lishuo Date: Thu, 11 May 2023 13:42:44 +0800 Subject: [PATCH] * Optimizing comments. --- module/task/model.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/task/model.php b/module/task/model.php index fc7b62027a..704ed43c65 100755 --- a/module/task/model.php +++ b/module/task/model.php @@ -1868,8 +1868,8 @@ class taskModel extends model } /** - * Get the task list under a execution. * 获取执行下的任务列表信息。 + * Get the task list under a execution. * * @param int $executionID * @param int $productID @@ -3858,6 +3858,7 @@ class taskModel extends model /* If lane id or column id is empty, update the task type lane of the kanban. */ if(!$laneID || !$columnID) $this->kanban->updateLane($kanbanID, 'task'); + return true; } @@ -3898,8 +3899,8 @@ class taskModel extends model * 创建关联需求的测试类型的子任务。 * Create a subtask for the test type story with the story. * - * @param int $taskID - * @param object[] $testTasks + * @param int $taskID + * @param object[] $testTasks * @access public * @return void */