This commit is contained in:
zhangchenbiao
2024-05-21 11:17:23 +08:00
parent cca3d71b25
commit ccfa009237
4 changed files with 11 additions and 6 deletions

View File

@@ -127,7 +127,7 @@
</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 * from xfsg_line_interview where deleted = '0' and interview_type in (1, 2) and start_time between #{startTime} and #{endTime}
</select>
</mapper>