From 06d0fbd67fadc3e6c143f9527a9af761283f1bbc Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 7 Jan 2021 09:14:12 +0800 Subject: [PATCH] * Finish task#8937. --- module/personnel/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/personnel/model.php b/module/personnel/model.php index 33524f1fd2..e9c65c3e0d 100644 --- a/module/personnel/model.php +++ b/module/personnel/model.php @@ -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);