diff --git a/Application/Home/Controller/FinanceController.class.php b/Application/Home/Controller/FinanceController.class.php index c73f1a300..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('权限异常'); } @@ -80,7 +80,7 @@ class FinanceController extends BaseController //是否是会长 $this->purview(); //验证安全密码 - $metaTitle = '结算明细'; + $metaTitle = '结算中心'; $modelList = ['财务管理', $metaTitle]; $this->verifyPasswordView($modelList);