From ac1122384414111e8fe4e89b2391d0379b5a9d2d Mon Sep 17 00:00:00 2001 From: fuchangjun Date: Sat, 5 Dec 2015 18:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=EF=BC=8C=E4=B8=8D=E7=84=B6=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=BA=86=E7=9A=84=E5=88=86=E7=BB=84=E8=BF=98=E6=98=AF=E4=BC=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/AuthManagerController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/Application/Admin/Controller/AuthManagerController.class.php b/wwwroot/Application/Admin/Controller/AuthManagerController.class.php index 5a3c7966..098fc405 100644 --- a/wwwroot/Application/Admin/Controller/AuthManagerController.class.php +++ b/wwwroot/Application/Admin/Controller/AuthManagerController.class.php @@ -90,7 +90,7 @@ public function updateRules(){ * @author 朱亚杰 */ public function index(){ - $list = $this->lists('AuthGroup',array('module'=>'admin'),'id asc'); + $list = $this->lists('AuthGroup',array('module'=>'admin', 'status' => array('egt', 0)),'id asc'); $list = int_to_string($list); $this->assign( '_list', $list ); $this->assign( '_use_tip', true );