增加注释:增加删除团队信息

main
rong.liu 11 months ago
parent 9e504887aa
commit d7bb725604
  1. 4
      users/src/main/java/com/huoran/users/controller/AliRealNameAuthenticationController.java

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

Loading…
Cancel
Save