* Finish task #41563.

This commit is contained in:
tianshujie98
2021-08-24 13:45:54 +08:00
parent d4d23232f4
commit e1149ae66c
+2
View File
@@ -2452,6 +2452,8 @@ class executionModel extends model
*/
public function getTeamPairsByProject($projectID = 0)
{
if(empty($projectID)) return array();
$teams = $this->dao->select('id,team,type')->from(TABLE_PROJECT)
->where('deleted')->eq(0)
->andWhere('(project')->eq($projectID)