Commit 719f14c0 by 徐高华

Merge branch 'master_xgh_pendingid' into 'developer'

好友

See merge request !333
parents 95e7530d 509cbba2
......@@ -1619,6 +1619,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
staffClerkRelation.setStoreId(storeId);
staffClerkRelation.setClerkId(clerkId);
MemberUnionidRelatedDTO unionDTO = EntityUtil.changeEntityByJSON(MemberUnionidRelatedDTO.class, dto) ;
unionDTO.setExternalName(dto.getName());
unionDTO.setExternalUserid(dto.getExternalUserId());
unionDTO.setSelfExternalUserid(dto.getSelfExternalUserId());
unionDTO.setMemberUnionidRelatedId(memberUnionidRelatedId);
......
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