Commit 3d614988 by huangZW

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 5eaed53a b2211454
......@@ -350,7 +350,7 @@ public class StoreController extends WebBaseController{
return true;
}
EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(store.getEnterpriseId());
if(enterprise == null){
if(enterprise == null || enterprise.getExpireTime() == null){
return true;
}
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