Commit afb3ef6f by Future

未读消息数量

parent 062ee97e
......@@ -50,7 +50,7 @@
SELECT fk_conversation_id conversationId, COUNT(*) as count
FROM im_inbox
WHERE receiver = #{fkClientId}
AND receiver_msg_status = 0
AND read_msg_status = 0
GROUP BY fk_conversation_id
</select>
......
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