Commit 611c83e3 by 徐高华

Merge branch 'feature/自建应用验证' into 'developer'

test

See merge request !1120
parents 55d7279c 8ebd92f4
......@@ -98,6 +98,9 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
qw.setMemberCorpid(wxEnterprise.getWxCorpid());
}
}
if(null == qw.getDkCorpid() && null == qw.getThirdCorpid()) {
qw.setDkCorpid(wxEnterprise.getWxCorpid());
}
logger.info("企微所有corpid信息={}",JSON.toJSON(qw));
return qw;
}
......
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