Commit 534b304f by qwmqiuwenmin

fix

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