select * ,now(), DATE_ADD(create_time, INTERVAL 5 MINUTE) from ecs_sms_cache where now() between create_time and DATE_ADD(create_time, INTERVAL 5 MINUTE) order by create_time desc limit 1 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-07-30 2022-12-23 2021-06-21