Commit f328d3e2 by Shadow

fixed bug[8803] 【消息】后台用户管理发送消息给用户用户会收到两条消息一条普通消息和一条加密消息

parent 0bb62b2e
...@@ -150,6 +150,7 @@ ...@@ -150,6 +150,7 @@
LEFT JOIN im_conversation_members cm ON c.id = cm.fk_conversation_id LEFT JOIN im_conversation_members cm ON c.id = cm.fk_conversation_id
WHERE WHERE
c.chat_type = 1 c.chat_type = 1
AND c.is_encrypt = 0
AND ( AND (
( (
c.creator = #{senderImClientId} AND cm.fk_client_id IN c.creator = #{senderImClientId} AND cm.fk_client_id IN
......
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