赠送好友友情点bug
parent
973c2b9ce8
commit
ffb0488e50
|
|
@ -573,9 +573,9 @@ public class FriendLogic {
|
|||
if (haveRewardMap.containsKey(uid) && haveRewardMap.get(uid) != 0) {
|
||||
throw new ErrorCodeException(ErrorCode.FRIENDS_SEMD_YET);
|
||||
}
|
||||
friendManager.updateGiveMap(friendId,1);
|
||||
friendManager.updateGiveMap(friendUid,1);
|
||||
friendManager1.updateHaveRewardMap(uid,1);
|
||||
sendFriendStatedication(uid,friendId,2);
|
||||
sendFriendStatedication(uid,friendUid,2);
|
||||
times++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue