修复面试接口不通的问题

This commit is contained in:
xiaodong.hu
2023-07-21 19:59:58 +08:00
parent 95d13c8806
commit 629d392533
4 changed files with 8 additions and 7 deletions

View File

@@ -94,7 +94,7 @@
<select id="interviewInspectionGetDetail" resultType="com.cool.store.vo.interview.InterviewInspectionInfo">
SELECT b.`name` as auditorName, b.mobile as auditorMobile,inspection_time as inspectionTime,`status` ,description,files as filesStr
FROM hy_inspection a left join enterprise_user b on a.operator_user_id=b.user_id and a.deleted=0 and b.deleted=0
where id=#{id}
where a.id=#{id}
</select>
<select id="interviewInspectionResultGetList" resultType="com.cool.store.vo.interview.InterviewInspectionResultVO">
SELECT