作者 lyh

gx

... ... @@ -34,6 +34,7 @@ class CategoryController extends BaseController
{
$this->map = $this->searchParam();
$filed = ['id', 'project_id', 'pid', 'title', 'image', 'route','keywords', 'describe', 'status','created_at','sort'];
$this->map['deleted_at'] = null;
$list = $category->list($this->map,['sort','id'],$filed);
$data = [];
if(!empty($list)){
... ...