Commit f2652fa0 by 徐高华

Merge branch 'feature/社群' into 'developer'

客户数

See merge request !755
parents 249563d8 beb1de36
......@@ -701,7 +701,7 @@ public class GroupChatServiceImpl implements GroupChatService {
this.matchGicMember(wxEnterpriseId, enterpriseId, qwUser.getUnionid(), userId, hbUser);
}
if (hbUser.getUserType() == 3) {
totalMemberCount++;
totalMemberCount = 1;
}
hbUser.setUserName(userName);
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