面谈/面试
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user