* Finish task #43187.

This commit is contained in:
liyuchun
2021-10-14 13:51:47 +08:00
parent ad21350632
commit cfdce3652f
5 changed files with 178 additions and 170 deletions
+2
View File
@@ -328,6 +328,8 @@ class stakeholderModel extends model
}
}
if(empty($parents)) return false;
/* Get all parent stakeholders.*/
$parentStakeholders = $this->dao->select('objectID, user')->from(TABLE_STAKEHOLDER)->where('objectID')->in(array_keys($parents))->andWhere('deleted')->eq('0')->fetchAll();