123333
This commit is contained in:
@@ -132,7 +132,7 @@ public class UserFollowServiceImpl extends ServiceImpl<UserFollowMapper, UserFol
|
|||||||
this.remove(Wrappers.lambdaQuery(UserFollow.class)
|
this.remove(Wrappers.lambdaQuery(UserFollow.class)
|
||||||
.eq(UserFollow::getUserId,fromUserId)
|
.eq(UserFollow::getUserId,fromUserId)
|
||||||
.eq(UserFollow::getFollowUser, starOrVisitorReq.getToUserId()));
|
.eq(UserFollow::getFollowUser, starOrVisitorReq.getToUserId()));
|
||||||
userCountService.star(fromUserId, starOrVisitorReq.getToUserId());
|
userCountService.unStar(fromUserId, starOrVisitorReq.getToUserId());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ public class MessageHandleApplication {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
FdCtxData fdCtxData = fdCtxDataCache.getByRoomId(session.getId());
|
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