收到点赞收藏关注留言时推送
This commit is contained in:
@@ -48,6 +48,7 @@ public class ChatServiceImpl extends ServiceImpl<ChatMapper, Chat> implements Ch
|
||||
}
|
||||
|
||||
@Override
|
||||
//发送者是对方读取者是我
|
||||
public void readMessage(String authorId, String loginId) {
|
||||
LambdaUpdateWrapper<Chat> queryWrapper = new LambdaUpdateWrapper();
|
||||
queryWrapper.eq(Chat::getFromId,authorId);
|
||||
|
Reference in New Issue
Block a user