Commit a33d6566 by Future

撤回删除逻辑调整

parent 03557328
......@@ -127,15 +127,6 @@ public interface ImMessageService extends BaseService<ImMessage> {
OfflineMsgDto getReceivedLastMsgByConversationId(Long clientId, Long conversationId);
/**
* 保存
*
* @param imMessage
* @return
* @throws Exception
*/
boolean saveImMessage(ImMessage imMessage) throws Exception;
/**
* 获取读取人员
* @param param
* @return
......
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