|
@@ -186,7 +186,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
Map<String, String> channelTransform = agentService.channelTransform(user.getChannel());
|
|
|
if (channelTransform.containsKey("params")) {
|
|
|
String[] params = channelTransform.get("params").split(":");
|
|
|
- CorpExternalUserDTO corpExternalUser = corpExternalUserServiceRpc.getCorpExternalUser(params[0], params[1]);
|
|
|
+ CorpExternalUserDTO corpExternalUser = corpExternalUserServiceRpc.getCorpExternalUser(params[0], params[1]).getData();
|
|
|
if (corpExternalUser != null) {
|
|
|
return BeanUtil.copy(corpExternalUser, UserWeChatVO.class);
|
|
|
}
|