作者 lyh

gx

@@ -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