Commit 509cbba2 by 徐高华

好友

parent 7dff4ae3
......@@ -1609,6 +1609,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