|
@@ -502,12 +502,7 @@ public class IMChatLoginServiceProcessor implements LoginCmdProcessor {
|
|
|
|
|
|
attrs.put("state", group.getGroupType());
|
|
|
attrs.put("consumer_id",group.getConsumerId());
|
|
|
- if(VisitTypeEnum.CUSTOMER.getKey().equals(user.getVisitType())){
|
|
|
- attrs.put("user_id", Long.valueOf(user.getExtras().getString("customerId")));
|
|
|
- }
|
|
|
- if(VisitTypeEnum.VISITOR.getKey().equals(user.getVisitType())){
|
|
|
- attrs.put("user_id", Long.valueOf(user.getExtras().getString("visitorId")));
|
|
|
- }
|
|
|
+ attrs.put("user_id", Long.valueOf(user.getExtras().getString("userId")));
|
|
|
attrs.put("user_nickname", user.getNick());
|
|
|
attrs.put("user_phone", user.getExtras().getString("phone"));
|
|
|
attrs.put("company_id", Long.valueOf(group.getCompanyId()));
|