Commit 8ebd92f4 by 徐高华

test

parent b6a1d8cb
......@@ -94,6 +94,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