diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewMapper.xml index 3bf931cae..eb2ae9b31 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewMapper.xml @@ -477,7 +477,7 @@ FROM hy_partner_interview WHERE interview_plan_id = #{interviewPlanId} - 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 diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml index 866406d27..62a911d94 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml @@ -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,