Commit 8c8c3437 by 罗长华

修复互加好友时只有一端能够显示的问题

parent c1d495a9
......@@ -170,6 +170,7 @@ public class ImFriendService extends BaseServiceImpl<ImFriendMapper, ImFriend> {
if (StringUtils.isNotEmpty(requestRemark)) {
friend.setRequestRemark(requestRemark);
}
friend.setClientIdClaimer(currentClient.getClientId());
friend.setState(FriendStateEnum.UNSURE.getCode());
this.updateByKey(friend);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment