From 66d098a81b6ce948f1a681110d4ac2f5e983982c Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 23 Dec 2019 15:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=8F=90=E7=A4=BA=E5=8E=BB=E9=99=A4=EF=BC=8C=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/AuthManagerController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/AuthManagerController.class.php b/Application/Admin/Controller/AuthManagerController.class.php index 5ebaa6eee..9420e7c42 100644 --- a/Application/Admin/Controller/AuthManagerController.class.php +++ b/Application/Admin/Controller/AuthManagerController.class.php @@ -482,7 +482,7 @@ class AuthManagerController extends AdminController{ if ($AuthGroup->where("id = {$gid}")->save(array('data_empower_type'=>$data_empower_type,'data_president'=>$promoteData))) { $this->success('操作成功',U('AuthManager/index')); } else { - $this->error('操作失败,请改变成员'); + $this->success('操作成功',U('AuthManager/index')); } }