This commit is contained in:
zenggang
2021-07-14 09:32:48 +08:00
parent 73394d0435
commit 86a0e7d8bf
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -1697,6 +1697,7 @@ class userModel extends model
$stmt = $this->dao->select('objectID,user')->from(TABLE_STAKEHOLDER)
->where('objectType')->eq('project')
->andWhere('objectID')->in(array_keys($projectProducts))
->andWhere('deleted')->eq(0)
->query();
$stakeholderGroups = array();