* Finish task #71572.

This commit is contained in:
daitingting
2022-10-20 01:41:01 +00:00
parent 9719597cbf
commit 6750bed454
5 changed files with 49 additions and 28 deletions
+1 -1
View File
@@ -916,7 +916,7 @@ class projectModel extends model
*/
public function getProjectExecutionPairs()
{
return $this->dao->select('project, id')->from(TABLE_PROJECT)->where('type')->eq('sprint')->andWhere('multiple')->eq('0')->andWhere('deleted')->eq('0')->fetchPairs();
return $this->dao->select('project, id')->from(TABLE_PROJECT)->andWhere('multiple')->eq('0')->andWhere('deleted')->eq('0')->fetchPairs();
}
/**