* Finish task#8937.

This commit is contained in:
qiyu-xie
2021-01-07 09:14:12 +08:00
parent 2c6b6abcce
commit 06d0fbd67f
+1 -1
View File
@@ -75,7 +75,7 @@ class personnelModel extends model
->fetchAll('id');
if(empty($projects)) return $personnelList;
$accountPairs = $this->getInvolvedProjects($projects);
$accountPairs = $this->getInvolvedProjects($projects);
if(empty($accountPairs)) return $personnelList;
$executionPairs = $this->getInvolvedExecutions($projects);