预约30分钟之内的面试不发送提示短信
This commit is contained in:
@@ -564,6 +564,7 @@
|
||||
WHERE t1.deleted = 0 ANd t2.deleted = 0
|
||||
AND t2.`status` = 2
|
||||
AND start_time > NOW() AND start_time <= DATE_ADD(NOW(), INTERVAL 30 MINUTE)
|
||||
AND t1.update_time <= DATE_SUB(NOW(), INTERVAL 30 MINUTE)
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user