正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -22,7 +22,7 @@ class BlogController extends BaseController | @@ -22,7 +22,7 @@ class BlogController extends BaseController | ||
| 22 | //搜索条件 | 22 | //搜索条件 |
| 23 | $this->map['project_id'] = $this->user['project_id']; | 23 | $this->map['project_id'] = $this->user['project_id']; |
| 24 | $lists = $blogModel->lists($this->map,$this->page,$this->row,$this->order, | 24 | $lists = $blogModel->lists($this->map,$this->page,$this->row,$this->order, |
| 25 | - ['id','category_id','operator_id','status','created_at','label_id','updated_at','name','sort','url']); | 25 | + ['id','category_id','operator_id','status','created_at','label_id','image','updated_at','name','sort','url']); |
| 26 | if(!empty($lists['list'])){ | 26 | if(!empty($lists['list'])){ |
| 27 | foreach ($lists['list'] as $k => $v){ | 27 | foreach ($lists['list'] as $k => $v){ |
| 28 | //获取分类名称 | 28 | //获取分类名称 |
-
请 注册 或 登录 后发表评论