|
|
@ -225,6 +225,8 @@ public class AliRealNameAuthenticationController { |
|
|
|
return R.error(errorMsg); |
|
|
|
return R.error(errorMsg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//删除上团队信息
|
|
|
|
|
|
|
|
// enterpriseCertificationService.deleteTeamInformation(enterpriseCertification.getAccountId());
|
|
|
|
enterpriseCertificationService.updateById(enterpriseCertification); |
|
|
|
enterpriseCertificationService.updateById(enterpriseCertification); |
|
|
|
|
|
|
|
|
|
|
|
//更改二次验证的组织信息
|
|
|
|
//更改二次验证的组织信息
|
|
|
@ -257,7 +259,7 @@ public class AliRealNameAuthenticationController { |
|
|
|
userInfoService.update(new HrUserInfo(), userInfoUpdateWrapper); |
|
|
|
userInfoService.update(new HrUserInfo(), userInfoUpdateWrapper); |
|
|
|
|
|
|
|
|
|
|
|
//删除团队信息
|
|
|
|
//删除团队信息
|
|
|
|
enterpriseCertificationService.deleteTeamInformation(enterpriseCertification.getAccountId()); |
|
|
|
// enterpriseCertificationService.deleteTeamInformation(enterpriseCertification.getAccountId());
|
|
|
|
return R.ok("提交成功,请等待审核!"); |
|
|
|
return R.ok("提交成功,请等待审核!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|