Commit 7ad3388f by qwmqiuwenmin

fix

parent f7b4f893
......@@ -422,9 +422,10 @@ public class StoreController extends WebBaseController{
return false;
}
if(enterprise.getEnabledState() == null || enterprise.getEnabledState() != 1){
return true;
}else{
return false;
}
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