Commit fe79db5a by 徐高华

Merge branch 'feature/xgh/0704上线' into 'developer'

add_way

See merge request !2030
parents b5865ea1 0f0770d5
......@@ -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