作者 lyh

gx数据

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