用户名优化

This commit is contained in:
zhongzb
2023-05-14 19:07:27 +08:00
parent 972561e231
commit 640793f9ed
5 changed files with 21 additions and 9 deletions

View File

@@ -179,6 +179,7 @@ public class ChatServiceImpl implements ChatService {
.status(transformAct(request.getActType()))
.build();
messageMarkDao.updateById(update);
return;
}
//没标记过消息,插入一条新消息
MessageMark insert = MessageMark.builder()