合并分支 'lyh-server' 到 'master'
列表页聚合页模式 查看合并请求 !2461
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -40,7 +40,7 @@ class CategoryController extends BaseController | @@ -40,7 +40,7 @@ class CategoryController extends BaseController | ||
| 40 | public function index() | 40 | public function index() |
| 41 | { | 41 | { |
| 42 | $this->map = $this->searchParam(); | 42 | $this->map = $this->searchParam(); |
| 43 | - $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route', 'status','created_at','sort']; | 43 | + $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route', 'status','created_at','sort','is_type']; |
| 44 | $this->map['deleted_at'] = null; | 44 | $this->map['deleted_at'] = null; |
| 45 | if($this->user['project_id'] == 3283){//分类太多加载失败 | 45 | if($this->user['project_id'] == 3283){//分类太多加载失败 |
| 46 | $list = $this->get3283Lists($filed); | 46 | $list = $this->get3283Lists($filed); |
-
请 注册 或 登录 后发表评论