瀏覽代碼

userList接口增加个人简介

fangqing 5 月之前
父節點
當前提交
0a87259675
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-generator/src/main/resources/mapper/community/CommunityUserInfoMapper.xml

+ 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