trunc(sysdate + 1, 'dd')为当前日期加一天;
来自:
and wf.start_time between sysdate and trunc(sysdate + 1, 'dd')
此处查询start_time 为当天(大于当前时间)的记录;