* Finish task#51109,51108,51128

This commit is contained in:
zenggang
2022-03-23 07:54:03 +00:00
parent b86c3a2a59
commit 1357480ac6
12 changed files with 28 additions and 5 deletions
+2
View File
@@ -1783,6 +1783,8 @@ class bugModel extends model
public function getProductMemberPairs($productID)
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getTeamMembersPairs();
$projects = $this->loadModel('product')->getProjectPairsByProduct($productID);
$users = $this->dao->select("t2.id, t2.account, t2.realname")->from(TABLE_TEAM)->alias('t1')