This commit is contained in:
zhangchenbiao
2024-04-10 14:10:28 +08:00
parent 23ea836f00
commit aaede39b9c

View File

@@ -113,7 +113,7 @@
</select> </select>
<select id="getWaitAuditInterview" resultMap="BaseResultMap"> <select id="getWaitAuditInterview" resultMap="BaseResultMap">
select id, line_id from xfsg_line_interview where interview_status = 1 and deleted = '0' and interview_type = 0 and now() >= end_time select id, line_id from xfsg_line_interview where interview_status = 1 and deleted = '0' and interview_type = 0 and now() >= start_time
</select> </select>
<update id="batchUpdateInterviewStatus"> <update id="batchUpdateInterviewStatus">