面谈/面试

This commit is contained in:
zhangchenbiao
2024-03-20 11:44:29 +08:00
parent 1744150906
commit a2a58c57a1
15 changed files with 244 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
<result column="interview_date" jdbcType="DATE" property="interviewDate" />
<result column="start_time" jdbcType="TIMESTAMP" property="startTime" />
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
<result column="is_partner_interview" jdbcType="TINYINT" property="isPartnerInterview" />
<result column="join_interview_status" jdbcType="TINYINT" property="joinInterviewStatus" />
<result column="actual_start_time" jdbcType="TIMESTAMP" property="actualStartTime" />
<result column="actual_end_time" jdbcType="TIMESTAMP" property="actualEndTime" />
<result column="room_id" jdbcType="VARCHAR" property="roomId" />
@@ -32,6 +32,7 @@
<select id="getInterviewerPage" resultType="com.cool.store.dto.interview.LineInterviewPageDTO">
select
a.id as interviewId,
a.line_id as lineId,
a.start_time as startTime,
a.end_time as endTime,