|
(select count(1) as fansCount from community_user_like c where c.like_user_id = a.user_id) as fansCount,
|
|
(select count(1) as fansCount from community_user_like c where c.like_user_id = a.user_id) as fansCount,
|
|
(select count(1) as articleCount from community_article d where d.user_id = a.user_id) as articleCount,
|
|
(select count(1) as articleCount from community_article d where d.user_id = a.user_id) as articleCount,
|