Commit 3d4e574d authored by zjy's avatar zjy

user/role/tright 7.20

parent 4a2ddf1d
......@@ -430,7 +430,7 @@ public class RegisterServiceImpl implements RegisterService {
return resVo;
}
/*判断电子签约状态,若不等于1,则跳转签约页面*/
else if (companyVo.getSigningStatus() != CompanyConstant.COMPANY_STATUS_SIGN_success){
/*else if (companyVo.getSigningStatus() != CompanyConstant.COMPANY_STATUS_SIGN_success){
CompanyReqVo companyReqVo = new CompanyReqVo();
companyReqVo.setId(companyVo.getId());
ResponseResult result1 = new ResponseResult();
......@@ -445,7 +445,7 @@ public class RegisterServiceImpl implements RegisterService {
resVo.setMsg("未签约,跳转签约页面");
resVo.setUrl(companyReqVo1.getSignUrl());
return resVo;
}
}*/
if (companyBankCardVoList == null || companyBankCardVoList.isEmpty()){
/*该公司没有银行卡,需要跳转添加银行卡*/
......
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