|
...
|
...
|
@@ -141,7 +141,7 @@ class KeywordVideoController extends BaseController |
|
|
|
'project_id.required' => '项目唯一标识不为空',
|
|
|
|
]);
|
|
|
|
$taskLogModel = new KeywordVideoTaskLog();
|
|
|
|
$list = $taskLogModel->list($this->map);
|
|
|
|
$list = $taskLogModel->lists($this->map,$this->page,$this->row);
|
|
|
|
$this->response('success',Code::SUCCESS,$list);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|