Commit 7a7a7478 by fudahua

清楚关联关系

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