fix
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user