正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -26,7 +26,7 @@ class KeywordController extends BaseController | @@ -26,7 +26,7 @@ class KeywordController extends BaseController | ||
| 26 | $map[] = ['title', 'like', "%{$this->param['search']}%"]; | 26 | $map[] = ['title', 'like', "%{$this->param['search']}%"]; |
| 27 | } | 27 | } |
| 28 | $sort = ['id' => 'desc']; | 28 | $sort = ['id' => 'desc']; |
| 29 | - $data = $logic->getList($map, $sort, ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at']); | 29 | + $data = $logic->getList($map, $sort, ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at'],$this->row); |
| 30 | return $this->success($data); | 30 | return $this->success($data); |
| 31 | } | 31 | } |
| 32 | 32 |
-
请 注册 或 登录 后发表评论