Commit beb1de36 by 徐高华

客户数

parent 2372cb02
...@@ -701,7 +701,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -701,7 +701,7 @@ public class GroupChatServiceImpl implements GroupChatService {
this.matchGicMember(wxEnterpriseId, enterpriseId, qwUser.getUnionid(), userId, hbUser); this.matchGicMember(wxEnterpriseId, enterpriseId, qwUser.getUnionid(), userId, hbUser);
} }
if (hbUser.getUserType() == 3) { if (hbUser.getUserType() == 3) {
totalMemberCount++; totalMemberCount = 1;
} }
hbUser.setUserName(userName); hbUser.setUserName(userName);
hbUser.setNickName(nickName); hbUser.setNickName(nickName);
......
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