@@ -427,8 +427,7 @@ from ( select
( select aid, count( aid ) as count1
from user
where aid is not null and aid !=''
- and share_type=0
- and status != 1
+ and share_type=0 and status != 1
group by aid
) y left join admin z on
y.aid = z.id