@@ -8,6 +8,7 @@
b.id as id,
a.nick_name as nickName,
a.avatar as avatar,
+ b.profile,
(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,
a.user_id as userId