修复面试接口不通的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user