Commit 7417dc4a by Future

群@功能

parent 1570cd96
......@@ -1108,6 +1108,9 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
// 查询会话的最后一条消息
OfflineMsgDto lastMsg = imMessageService.getLastMsgByConversationId(myconversationlistvo.getId());
myconversationlistvo.setLastMsg(lastMsg);
if (myconversationlistvo.getBeAtCount() > 0) {
myconversationlistvo.setIsBeAt(Boolean.TRUE);
}
myImConversationListAndMsgCountNew.add(myconversationlistvo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment