面试详情信息缺失
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
FROM hy_partner_interview
|
||||
WHERE interview_plan_id = #{interviewPlanId}
|
||||
</select>
|
||||
<select id="queryByPartnerLineId" resultType="com.cool.store.vo.PartnerInterviewInfoVO">
|
||||
<select id="queryByPartnerLineId" resultMap="PartnerInterviewInfoVO">
|
||||
SELECT t1.id interviewId, t1.id interview_id, t2.id as interviewPlanId, `status`, start_time, end_time, room_id, t1.partner_id partnerId, t1.interviewer interviewerId
|
||||
FROM hy_partner_interview_plan t2
|
||||
LEFT JOIN hy_partner_interview t1 ON t1.interview_plan_id = t2.id
|
||||
|
||||
@@ -392,7 +392,7 @@
|
||||
hpi.record_time as recordTime,
|
||||
hpi.summary as summary,
|
||||
hpi.process_info as processInfo,
|
||||
hpi.auth_code as processInfo,
|
||||
hpi.auth_code as authCode,
|
||||
hpi.expiry_date as expiryDate,
|
||||
hpi.pass_pdf_url as passPdfUrl,
|
||||
hpi.pass_image_url as passImageUrl,
|
||||
|
||||
Reference in New Issue
Block a user