Commit 8fca61d5 authored by zjy's avatar zjy

user/role/tright 7.13

parent c7d95704
...@@ -381,8 +381,8 @@ public class RegisterServiceImpl implements RegisterService { ...@@ -381,8 +381,8 @@ public class RegisterServiceImpl implements RegisterService {
resVo.setMsg("公司基本信息未完善,跳转公司完善页面"); resVo.setMsg("公司基本信息未完善,跳转公司完善页面");
return resVo; return resVo;
} }
/*判断电子签约状态,若不为10,则跳转签约页面*/ /*判断电子签约状态,若小于10,则跳转签约页面*/
else if (companyVo.getSigningStatus() < (CompanyConstant.COMPANY_STATUS_SIGN_CONTRACT)){ else if (companyVo.getSigningStatus() != CompanyConstant.COMPANY_STATUS_SIGN_success){
resVo.setCode("04"); resVo.setCode("04");
resVo.setMsg("未签约,跳转签约页面"); resVo.setMsg("未签约,跳转签约页面");
resVo.setUrl("TODO"); resVo.setUrl("TODO");
......
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