求职者管理增加面试邀请功能
This commit is contained in:
@@ -20,4 +20,6 @@ public class CandidateVO extends AppUser {
|
||||
private String jobName;
|
||||
private String interviewStatus;
|
||||
private Long interviewId;
|
||||
private Long jobId;
|
||||
private Long companyId;
|
||||
}
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
|
||||
<select id="selectApplyJobUserList" parameterType="com.ruoyi.common.core.domain.entity.AppUser" resultType="com.ruoyi.cms.domain.vo.CandidateVO">
|
||||
select a.id applyId, a.hire, b.job_title jobName, l.name companyName, e.*,
|
||||
b.job_id as jobId, b.company_id as companyId,
|
||||
latest_ii.status as interviewStatus, latest_ii.id as interviewId
|
||||
from job_apply a
|
||||
INNER join job b on a.job_id=b.job_id and b.del_flag='0'
|
||||
|
||||
Reference in New Issue
Block a user