@@ -149,7 +149,7 @@ public class TaChatServiceImpl extends ServiceImpl<TaChatMapper, TaChat> impleme
miniAppService.sendNoticeMessage(to, link, StringUtils.ifNull(from.getName(), from.getNickname()), StringUtils.ifNull(from.getTel(), from.getPhone()), "给您发送了一条新消息, 请查收", LocalDateTime.now());
} else {
- taChat.setIsRead(CommConstant.MESSAGE_READED);
+// taChat.setIsRead(CommConstant.MESSAGE_READED);
}