1.修改录用

2.修改录用、查看简历权限
This commit is contained in:
chenshaohua
2026-06-17 18:04:28 +08:00
parent 008dbea894
commit 06553100e6
4 changed files with 12 additions and 5 deletions

View File

@@ -47,6 +47,9 @@ public class EmployeeConfirmServiceImpl implements EmployeeConfirmService {
}
Job job=jobMapper.getJobInfo(employeeConfirm.getJobId());
//添加消息
//获取申请消息
JobApply jobApply=jobApplyMapper.selectById(employeeConfirm.getApplyId());
employeeConfirm.setUserId(jobApply!=null?jobApply.getUserId():null);
Notice notice=NoticeUtils.createLytzNotice(employeeConfirm,job);
noticeMapper.insert(notice);
return t;