diff --git a/Application/Home/Controller/FinanceController.class.php b/Application/Home/Controller/FinanceController.class.php index 3fd8dc76e..493ad6e6c 100644 --- a/Application/Home/Controller/FinanceController.class.php +++ b/Application/Home/Controller/FinanceController.class.php @@ -24,7 +24,7 @@ class FinanceController extends BaseController //权限过滤 private function purview() { - $this->loginPromote = $this->getLoginPromote(); + $this->getLoginPromote(); if ($this->loginPromote['level'] != 1) { $this->error('权限异常'); }