Commit 034b5824 by qwmqiuwenmin

fix

parent 00649311
...@@ -350,7 +350,7 @@ public class StoreController extends WebBaseController{ ...@@ -350,7 +350,7 @@ public class StoreController extends WebBaseController{
return true; return true;
} }
EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(store.getEnterpriseId()); EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(store.getEnterpriseId());
if(enterprise == null){ if(enterprise == null || enterprise.getExpireTime() == null){
return true; return true;
} }
if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){ if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){
......
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