AI 候选人面试综合评估
This commit is contained in:
@@ -32,6 +32,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="candidateCompatibilityJson" column="candidate_compatibility_json" />
|
||||
<result property="candidateCompatibilityScore" column="candidate_compatibility_score" />
|
||||
|
||||
<result property="evaluationJson" column="evaluation_json" />
|
||||
<result property="evaluationScore" column="evaluation_score" />
|
||||
|
||||
|
||||
<result property="delFlag" column="del_flag" />
|
||||
<result property="createBy" column="create_by" />
|
||||
@@ -44,7 +47,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<sql id="selectHotakeRolesApplyInfoVo">
|
||||
select id, candidate_id,recruiter_id, role_id, full_name, email, phone_number, cv_file, cv_file_suffix,file_size_show,
|
||||
cover_letter, candidate_status, stage, last_contact, cv_template_json, cv_score, cv_md5, experience, ai_match_score,
|
||||
ai_match_score_percentage,status, ai_cv_scoring_ranking_json,ai_cv_score,candidate_compatibility_json,candidate_compatibility_score,
|
||||
ai_match_score_percentage,status, ai_cv_scoring_ranking_json,ai_cv_score,candidate_compatibility_json,
|
||||
candidate_compatibility_score,evaluation_json,evaluation_score,
|
||||
del_flag, create_by, create_time, update_by, update_time, remark from hotake_roles_apply_info
|
||||
</sql>
|
||||
|
||||
@@ -178,6 +182,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="candidateCompatibilityJson != null">candidate_compatibility_json,</if>
|
||||
<if test="candidateCompatibilityScore != null">candidate_compatibility_score,</if>
|
||||
|
||||
<if test="evaluationJson != null">evaluation_json,</if>
|
||||
<if test="evaluationScore != null">evaluation_score,</if>
|
||||
|
||||
<if test="delFlag != null">del_flag,</if>
|
||||
<if test="createBy != null">create_by,</if>
|
||||
<if test="createTime != null">create_time,</if>
|
||||
@@ -212,6 +219,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="candidateCompatibilityJson != null">#{candidateCompatibilityJson},</if>
|
||||
<if test="candidateCompatibilityScore != null">#{candidateCompatibilityScore},</if>
|
||||
|
||||
<if test="evaluationJson != null">#{evaluationJson},</if>
|
||||
<if test="evaluationScore != null">#{evaluationScore},</if>
|
||||
|
||||
<if test="delFlag != null">#{delFlag},</if>
|
||||
<if test="createBy != null">#{createBy},</if>
|
||||
<if test="createTime != null">#{createTime},</if>
|
||||
@@ -250,6 +260,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="candidateCompatibilityJson != null">candidate_compatibility_json = #{candidateCompatibilityJson},</if>
|
||||
<if test="candidateCompatibilityScore != null">candidate_compatibility_score = #{candidateCompatibilityScore},</if>
|
||||
|
||||
<if test="evaluationJson != null">evaluation_json = #{evaluationJson},</if>
|
||||
<if test="evaluationScore != null">evaluation_score = #{evaluationScore},</if>
|
||||
|
||||
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
||||
<if test="createBy != null">create_by = #{createBy},</if>
|
||||
<if test="createTime != null">create_time = #{createTime},</if>
|
||||
|
||||
Reference in New Issue
Block a user