Commit ec2f8b63 by 徐高华

客户流失数

parent 73cc0d1e
...@@ -675,7 +675,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -675,7 +675,7 @@ public class GroupChatServiceImpl implements GroupChatService {
for (Long userId : deleteIdList) { for (Long userId : deleteIdList) {
TabGroupChatUser user = nowUserMap.get(userId); TabGroupChatUser user = nowUserMap.get(userId);
if (null != user && user.getUserType() == 3) { if (null != user && user.getUserType() == 3) {
quitMemberCount++; ++quitMemberCount;
} }
} }
} }
......
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