* [bug#51448,done,0.2h] get shadow products.

This commit is contained in:
tianshujie
2024-06-20 13:36:53 +08:00
committed by 刘梦艺
parent f714f1126f
commit f71b137bd0
+1 -1
View File
@@ -255,7 +255,7 @@ class personnelModel extends model
public function getBugAndStoryInvest(array $accounts, int $programID): array
{
/* Get invest products. */
$productPairs = $this->loadModel('product')->getPairs('', $programID);
$productPairs = $this->loadModel('product')->getPairs('', $programID, '', 'all');
$productKeys = array_keys($productPairs);
/* Get invest bugs, requirements and stories. */