mysql技术点1.-----------查询当天的所有数据时间:2023-03-09 09:36:19 select xs.* from xn_supervision xs where xs.task_type="+taskType+" and xs.create_time>date(now()) and xs.create_time<DATE_ADD(date(NOW()),INTERVAL 1 DAY);