Commit 0f0770d5 by 徐高华

add_way

parent def82ee7
......@@ -991,6 +991,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(StringUtils.isNoneBlank(externalUserDTO.getUnionId())) {
dto.setUnionid(externalUserDTO.getUnionId());
}
dto.setAddWay(externalUserDTO.getAddWay());
dto.setSelfExternalUserid(dto.getExternalUserid());
return dto;
}
......
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