Commit ce16bba5 by qwmqiuwenmin

fix

parent 1a37850f
......@@ -303,8 +303,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
String uuid = "";
if(exsitDTO == null){
dto.setSelfExternalUserid(externalUserId);
dto.setExternalUserid(selfExternalUserId);
dto.setSelfExternalUserid(selfExternalUserId);
dto.setExternalUserid(externalUserId);
dto.setUnionid(unionId);
uuid = memberUnionRelatedService.addMemberUnionidRelated(dto);
}else{
......
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