|
...
|
...
|
@@ -20,7 +20,6 @@ class BlogCategoryController extends BaseController |
|
|
|
public function lists(BlogCategoryModel $blogCategoryModel){
|
|
|
|
//搜索条件
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$this->map['pid'] = $this->param['pid'];
|
|
|
|
$lists = $blogCategoryModel->lists($this->map,$this->page,$this->row,$this->order,
|
|
|
|
['id','pid','name','num','alias','status','sort','remark','created_at','updated_at']);
|
|
|
|
if(!empty($lists['list'])){
|
...
|
...
|
|