Commit ef7d85cb by qwmqiuwenmin

fix

parent 8155aed4
...@@ -421,6 +421,9 @@ public class StoreController extends WebBaseController{ ...@@ -421,6 +421,9 @@ public class StoreController extends WebBaseController{
if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){ if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){
return false; return false;
} }
if(enterprise.getEnabledState() == null || enterprise.getEnabledState() != 1){
return false;
}
return true; return 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