fix
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
</select>
|
||||
|
||||
<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>
|
||||
|
||||
<update id="batchUpdateInterviewStatus">
|
||||
|
||||
Reference in New Issue
Block a user