Commit 5d5cc0cd by fudahua

Merge branch 'developer' into 'master'

Developer

See merge request !64
parents 228f37cb 78702169
......@@ -351,7 +351,7 @@ public class StoreController extends WebBaseController{
}
EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(store.getEnterpriseId());
if(enterprise == null || enterprise.getExpireTime() == null){
return true;
return false;
}
if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){
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