Commit 5280410b by qwmqiuwenmin

fix

parent a54b47bf
......@@ -72,6 +72,10 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
unionId = jo.getString("unionid");
}
if(StringUtils.isBlank(unionId)){
return "";
}
MemberDTO member = null;
for (TabHaobanWxEnterpriseRelated tabHaobanWxEnterpriseRelated : list) {
member = memberService.getMemberByUnionid(unionId, tabHaobanWxEnterpriseRelated.getEnterpriseId());
......
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