Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user