关于博主

总数:94
作者:航凯
最新评论
分类
PHP分页添加参数
php
Tp5
PHP代码
$where2['query']['class_id'] = $class_id;
# 获取列表新闻
$data=$news_model->order('weigh','desc')->where('sort_id',$class_id)->where('status',1)->paginate(15,'',$where2);