新增定时任务
This commit is contained in:
@@ -126,4 +126,8 @@
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="getInterviewRemindList" resultMap="BaseResultMap">
|
||||
select * from xfsg_line_interview where deleted = '0' and interview_type in (1, 2) and start_time between date_sub(now(), interval #{intervalMinutes} minute) and date_add(now(), interval #{intervalMinutes} minute)
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user