正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -141,7 +141,7 @@ class KeywordVideoController extends BaseController | @@ -141,7 +141,7 @@ class KeywordVideoController extends BaseController | ||
| 141 | 'project_id.required' => '项目唯一标识不为空', | 141 | 'project_id.required' => '项目唯一标识不为空', |
| 142 | ]); | 142 | ]); |
| 143 | $taskLogModel = new KeywordVideoTaskLog(); | 143 | $taskLogModel = new KeywordVideoTaskLog(); |
| 144 | - $list = $taskLogModel->list($this->map); | 144 | + $list = $taskLogModel->lists($this->map,$this->page,$this->row); |
| 145 | $this->response('success',Code::SUCCESS,$list); | 145 | $this->response('success',Code::SUCCESS,$list); |
| 146 | } | 146 | } |
| 147 | 147 |
-
请 注册 或 登录 后发表评论