Commit 3932a122 by qwmqiuwenmin

fix

parent 66424215
......@@ -146,7 +146,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(clerk != null){
member = memberOpenCardBusinessService.getMemberByQywxChannelParam(tabHaobanWxEnterpriseRelated.getEnterpriseId(),unionId,null,name,avatar,clerk.getQrcodeParam());
}
log.info("【新增外部联系人】member={}",JSON.toJSONString(member));
//member = memberService.getMemberByUnionid(unionId, tabHaobanWxEnterpriseRelated.getEnterpriseId());
if(member != null){
break;
......
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