好友上限申请修改

lvxinran 2021-01-09 00:00:00 +08:00
parent b603634e6b
commit 09b18714f0
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public class FriendLogic {
continue;
}
if (friends1.size() >= maxFriends){
if(inviteUidsList.size()>1){
if(inviteUidsList.size()==1){
throw new ErrorCodeException(ErrorCode.FRIENDS_SIDE_MAX);
}else{
continue;