From 0f5da378fc6d9d1ea9f0efa65f100008b8b31907 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 21 Nov 2019 09:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=B9=B3=E5=8F=B0->=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86--=E6=A0=87=E9=A2=98=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/FinanceController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);