如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
$list = $this->model->table('post')->field('title,pic,id,author, time,is_ok')->where($condition) ->where('author="'.$uname.'"'.' and time between '.$time_l .' and '.$time_r )->limit($limit) ->order('time desc,id desc')->select();
and k1 between $start and $end