面试前30分钟提醒Bug fix
This commit is contained in:
@@ -566,7 +566,7 @@
|
||||
-- 开始时间在 now 和 now + 30 以内的(即下一场面试的)
|
||||
AND start_time > NOW() AND start_time <= DATE_ADD(NOW(), INTERVAL 30 MINUTE)
|
||||
-- 更新时间(同意面试预约时间)在当前时间之前的(即在面试开始 30 分钟之前同意预约的)
|
||||
AND t1.update_time >= NOW()
|
||||
AND t1.update_time <= NOW()
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user