@@ -381,6 +381,8 @@ public class TbMyPublishServiceImpl extends ServiceImpl<TbMyPublishMapper, TbMyP
@Override
public List<Long> getMyFrientIds(Long appUserId){
List<Long> fids = new ArrayList<>();
+ // 自己
+ fids.add(appUserId);
if (appUserId != null) {
// 好友列表
TbMyFriends tbMyFriends = new TbMyFriends();