From 4bde79bc36af22a058ff33df9c9dfef2e76766c4 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 17 Dec 2020 09:57:07 +0800 Subject: [PATCH] * Fix bug. --- module/company/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/company/control.php b/module/company/control.php index cbeea77285..bdad408e0a 100644 --- a/module/company/control.php +++ b/module/company/control.php @@ -247,7 +247,7 @@ class company extends control /* Assign. */ $this->view->browseType = $browseType; $this->view->account = $account; - $this->view->accountPairs = $this->user->getPairs('noclosed|nodeleted|noletter'); + $this->view->accountPairs = $accountPairs; $this->view->product = $product; $this->view->project = $project; $this->view->queryID = $queryID;