Commit 0e2f9235 by 冷斌

fix bug

parent 2e3058f6
...@@ -143,15 +143,15 @@ class UserGroupAction extends AdministratorAction ...@@ -143,15 +143,15 @@ class UserGroupAction extends AdministratorAction
$map['id'] = ['in', '233,236,276']; $map['id'] = ['in', '233,236,276'];
} }
// $except = '17,21,22'; $except = '17,21,22';
// $except .= ',3'; $except .= ',3';
// $except .= ',101,102,103,104,105,109,110,111,112,113,114,115,116,117,118,264,272,257'; $except .= ',101,102,103,104,105,109,110,111,112,113,114,115,116,117,118,264,272,257';
// $except .= ',145,263,291'; $except .= ',145,263,291';
// $except .= ',157,158,164,165,167,170,171,172,173,174,175,261,262,293'; $except .= ',157,158,164,165,167,170,171,172,173,174,175,261,262,293';
// $except .= ',203,204,206,207,208'; $except .= ',203,204,206,207,208';
// $except .= ',223,259'; $except .= ',223,259';
//
// $map['id'] = ['not in', $except]; $map['id'] = ['not in', $except];
$result = M('permission_node')->where($map)->order('id ASC')->findAll(); $result = M('permission_node')->where($map)->order('id ASC')->findAll();
$list = []; $list = [];
if ($result) { if ($result) {
......
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