Commit 8a2bd281 by 徐高华

test

parent 459c8cda
...@@ -331,7 +331,7 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -331,7 +331,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
} }
} }
if (null == enterpriseDTO) { if (null == enterpriseDTO) {
logger.info("企微查不到,corpid={}", qo.getCorpId()); logger.info("企微查不到");
return resultResponse(HaoBanErrCode.ERR_500001); return resultResponse(HaoBanErrCode.ERR_500001);
} }
String wxEnterpriseId = enterpriseDTO.getWxEnterpriseId(); String wxEnterpriseId = enterpriseDTO.getWxEnterpriseId();
......
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