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