123333
This commit is contained in:
@@ -132,7 +132,7 @@ public class UserFollowServiceImpl extends ServiceImpl<UserFollowMapper, UserFol
|
||||
this.remove(Wrappers.lambdaQuery(UserFollow.class)
|
||||
.eq(UserFollow::getUserId,fromUserId)
|
||||
.eq(UserFollow::getFollowUser, starOrVisitorReq.getToUserId()));
|
||||
userCountService.star(fromUserId, starOrVisitorReq.getToUserId());
|
||||
userCountService.unStar(fromUserId, starOrVisitorReq.getToUserId());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,6 @@ public class MessageHandleApplication {
|
||||
return;
|
||||
}
|
||||
FdCtxData fdCtxData = fdCtxDataCache.getByRoomId(session.getId());
|
||||
handler.processOn(room,fdCtxData, jsonObject);
|
||||
|
||||
handler.processOn(room,fdCtxData, jsonObject.getJSONObject("data"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user