1、首先定义个变量获取当天的时间戳
1{php $date=strtotime(date('Ymd'))}
2、然后修改循环条件的where参数,如下:
1where="islock=1 and createdate>=$date"