Commit 48eff957 by qwmqiuwenmin

fix

parent dc870ead
......@@ -51,6 +51,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(staff == null){
return null;
}
log.info("【查询会员】wxUserId={},unionid={}",staff.getWxUserId(),unionid);
return memberUnionRelatedService.getByUnionId(staff.getWxUserId(),unionid);
}
@Override
......
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