Parcourir la source

userList接口增加个人简介

fangqing il y a 5 mois
Parent
commit
0a87259675

+ 1 - 0
ruoyi-generator/src/main/resources/mapper/community/CommunityUserInfoMapper.xml

@@ -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