Commit f7b4f893 by qwmqiuwenmin

fix

parent 534b304f
......@@ -511,9 +511,11 @@ public class WxEnterpriseController extends WebBaseController{
return resultResponse(HaoBanErrCode.ERR_1,false);
}
if(enterprise.getEnabledState() == null || enterprise.getEnabledState() != 1){
return resultResponse(HaoBanErrCode.ERR_1,true);
}else{
return resultResponse(HaoBanErrCode.ERR_1,false);
}
return resultResponse(HaoBanErrCode.ERR_1,true);
// return resultResponse(HaoBanErrCode.ERR_1,true);
}
/**
......
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