select CURDATE()
如果要比较日期,比如查询当天的呼出记录,那就可以这样写:
select count(*) from aliav_task_callout where orderId='TestD_1340182435078 ' and calloutTime>CURDATE()