Commit 8a12fdaa by qwmqiuwenmin

Merge branch 'developer' into 'master'

fix

See merge request !93
parents 5b070c63 989d3bea
......@@ -504,6 +504,7 @@ public class WxEnterpriseController extends WebBaseController{
return resultResponse(HaoBanErrCode.ERR_2);
}
EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(enterpriseId);
logger.info("enterprise={}",JSON.toJSONString(enterprise));
if(enterprise == null || enterprise.getExpireTime() == null || enterprise.getEnabledState() == null){
return resultResponse(HaoBanErrCode.ERR_1, false);
}
......
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