diff --git a/Application/Admin/Controller/MemberController.class.php b/Application/Admin/Controller/MemberController.class.php index 8f71e70a2..2d1408ff4 100644 --- a/Application/Admin/Controller/MemberController.class.php +++ b/Application/Admin/Controller/MemberController.class.php @@ -109,7 +109,7 @@ class MemberController extends ThinkController $map['tab_user.promote_id'] = 0; } else { - if ($promoteRoot) { + if ($promoteRoot||$promoteRoot!='all') { $promoteRoot = " and id IN({$promoteRoot})"; }