收到点赞收藏关注留言时推送

This commit is contained in:
wangxulei
2025-01-08 19:32:16 +08:00
parent 81a7e66988
commit d1f8ee0787
4 changed files with 430 additions and 0 deletions

View File

@@ -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);