Commit 2ad0885d by 徐高华

流失客户数

parent 6fc92da6
......@@ -675,7 +675,7 @@ public class GroupChatServiceImpl implements GroupChatService {
for (Long userId : deleteIdList) {
TabGroupChatUser user = nowUserMap.get(userId);
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