内容模块栏目页bug修复

This commit is contained in:
2017-11-25 13:02:53 +08:00
parent 600e9abeb9
commit c546cf9541

View File

@@ -105,7 +105,7 @@ class Content extends Front {
);
$order = "id desc";
$list = model('Document')->where($map)->order($order)->paginate(15);
$list = $this->model->where($map)->order($order)->paginate(15);
$data = array(
'list' => $list,