mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-15 15:13:43 +08:00
用户名优化
This commit is contained in:
@@ -179,6 +179,7 @@ public class ChatServiceImpl implements ChatService {
|
||||
.status(transformAct(request.getActType()))
|
||||
.build();
|
||||
messageMarkDao.updateById(update);
|
||||
return;
|
||||
}
|
||||
//没标记过消息,插入一条新消息
|
||||
MessageMark insert = MessageMark.builder()
|
||||
|
||||
Reference in New Issue
Block a user