Commit 6be3c785 by fudahua

测试

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