Commit a96e9e24 by qwmqiuwenmin

fix

parent b322e059
...@@ -117,7 +117,7 @@ public class WxEnterpriseController extends WebBaseController{ ...@@ -117,7 +117,7 @@ public class WxEnterpriseController extends WebBaseController{
if(wxEnterpriseDTO == null){ if(wxEnterpriseDTO == null){
return resultResponse(HaoBanErrCode.ERR_10012); return resultResponse(HaoBanErrCode.ERR_10012);
} }
QywxCorpInfoDTO dto = qywxTokenManageService.getCorpInfo(wxEnterpriseDTO.getCorpid(), config.getSuiteId()); QywxCorpInfoDTO dto = qywxTokenManageService.getCorpInfo(wxEnterpriseDTO.getCorpid(), config.getWxSuiteid());
Long verifiedEndTime = dto.getVerifiedEndTime(); Long verifiedEndTime = dto.getVerifiedEndTime();
if(dto == null){ if(dto == null){
return resultResponse(HaoBanErrCode.ERR_10012); return resultResponse(HaoBanErrCode.ERR_10012);
......
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