Commit 5ea6d63c by 冷斌

fix bug

parent 8b6fa9c7
......@@ -142,6 +142,8 @@ class UserGroupAction extends AdministratorAction
if($ug_id != 4 && $pid == 9){
$map['id'] = ['in', '233,236,276'];
}
$map['id'] = ['not in', ' 17,21,22'];
$result = M('permission_node')->where($map)->order('id ASC')->findAll();
$list = [];
$except = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment