From e7b2f57a9363bde7981a6246576c73862ba9604c Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 19 Dec 2019 14:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90bug?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/MemberController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})"; }