正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -48,7 +48,7 @@ class NewsCategoryController extends BaseController | @@ -48,7 +48,7 @@ class NewsCategoryController extends BaseController | ||
| 48 | 'project_id'=>$this->user['project_id'], | 48 | 'project_id'=>$this->user['project_id'], |
| 49 | 'pid'=>0 | 49 | 'pid'=>0 |
| 50 | ]; | 50 | ]; |
| 51 | - $list = NewsCategoryLogic->categoryTopList(); | 51 | + $list = $newsCategoryLogic->categoryTopList(); |
| 52 | $this->response('success',Code::SUCCESS,$list); | 52 | $this->response('success',Code::SUCCESS,$list); |
| 53 | } | 53 | } |
| 54 | 54 |
-
请 注册 或 登录 后发表评论