Commit d03789cd by qwmqiuwenmin

fix

parent 2e53a0aa
......@@ -510,6 +510,9 @@ public class WxEnterpriseController extends WebBaseController{
if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){
return resultResponse(HaoBanErrCode.ERR_1,false);
}
if(enterprise.getEnabledState() == null || enterprise.getEnabledState() != 1){
return 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