Commit 848fb1a1 by fudahua

Merge branch 'master' into developer

parents 6a4828e5 7a7a7478
......@@ -645,7 +645,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if (StringUtils.isNotBlank(cid)) {
TabHaobanWxEnterprise wxEnterprise = wxEnterpriseService.getEnterpriseBycorpId(cid);
if (null != wxEnterprise) {
memberUnionRelatedService.clean(wxEnterprise.getCorpid());
memberUnionRelatedService.clean(wxEnterprise.getWxEnterpriseId());
}
}else {
memberUnionRelatedService.clean(null);
......
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