新增定时任务

This commit is contained in:
zhangchenbiao
2024-05-06 17:47:59 +08:00
parent 8f648cc4b3
commit 73fdc3f1d7
6 changed files with 54 additions and 4 deletions

View File

@@ -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>