Commit cf00be49 by giaogiao

统计未读消息数量

parent c26037bc
...@@ -126,7 +126,7 @@ public class ImInboxServiceImpl extends BaseServiceImpl<ImInboxMapper, ImInbox> ...@@ -126,7 +126,7 @@ public class ImInboxServiceImpl extends BaseServiceImpl<ImInboxMapper, ImInbox>
public Integer countMyNotReadCount(Long clientId) { public Integer countMyNotReadCount(Long clientId) {
return null; return imInboxMapper.countMyNotReadCount(clientId);
} }
@Override @Override
......
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