This commit is contained in:
王怡栋
2021-09-02 13:13:48 +08:00
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -2465,7 +2465,7 @@ class executionModel extends model
*/
public function getTeamPairsByProject($projectID = 0)
{
if(empty($projectID)) return array();
if(empty($projectID) and $this->config->systemMode == 'new') return array();
$teams = $this->dao->select('id,name,type')->from(TABLE_PROJECT)
->where('deleted')->eq(0)