* Remove useless code.

This commit is contained in:
sunguangming
2024-01-02 09:23:10 +08:00
parent 35bb1ac050
commit 608de152c8
3 changed files with 0 additions and 98 deletions
-14
View File
@@ -358,20 +358,6 @@ class programTest
return $this->program->getKanbanStatisticData($programs);
}
/**
* 处理项目集看板中产品数据。
* Process product data in program Kanban.
*
* @access public
* @return array
*/
public function processProductsForKanbanTest(): array
{
$programs = $this->program->getTopPairs('noclosed');
list($productGroup, $planGroup, $releaseGroup, $projectGroup, $doingExecutions, ) = $this->program->getKanbanStatisticData($programs);
return $this->program->processProductsForKanban($productGroup, $planGroup, $releaseGroup, $projectGroup, $doingExecutions);
}
/**
* 获取项目/执行的所属项目集ID。
* Get the programID of the project/execution.