Commit be807481 by fudahua

Merge branch 'developer' into 'master'

测试

See merge request !65
parents 5d5cc0cd 7064b357
......@@ -321,7 +321,7 @@ public class WxEnterpriseController extends WebBaseController{
}
EnterpriseDTO enterprise = enterpriseService.getEnterpriseByEid(enterpriseId);
if(enterprise == null || enterprise.getExpireTime() == null){
return resultResponse(HaoBanErrCode.ERR_1,true);
return resultResponse(HaoBanErrCode.ERR_1,false);
}
if(enterprise.getExpireTime().getTime() > System.currentTimeMillis()){
return resultResponse(HaoBanErrCode.ERR_1,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