|
|
@@ -20,4 +20,5 @@ public interface UserContactMapper extends BaseMapper<UserContact> {
|
|
|
List<UserContact> findByOwner(long owner);
|
|
|
UserContact findByOwnerAndFriendId(long owner, long friendId);
|
|
|
List<Long> findOnlineFriends(long owner);
|
|
|
+ List<UserContact> findFriendsByNotInGroup(long userId, long groupId);
|
|
|
}
|