Commit ef1b0a11 by 罗长华

修复创建群聊报错

parent c52a49c7
...@@ -1306,7 +1306,6 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap ...@@ -1306,7 +1306,6 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
// 判断client是否都存在 // 判断client是否都存在
List<ImClient> memberClients = List<ImClient> memberClients =
imClientService.list(Wrappers.<ImClient>lambdaQuery() imClientService.list(Wrappers.<ImClient>lambdaQuery()
.select(ImClient::getClientId)
.eq(ImClient::getFkAppid, creator.getFkAppid()) .eq(ImClient::getFkAppid, creator.getFkAppid())
.in(ImClient::getClientId, memberUserIds)); .in(ImClient::getClientId, memberUserIds));
......
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