|
...
|
...
|
@@ -38,6 +38,7 @@ class KeywordVideoController extends BaseController |
|
|
|
*/
|
|
|
|
public function selectParam(){
|
|
|
|
$select = [
|
|
|
|
'gl_keyword_video_task.id AS id',
|
|
|
|
'gl_keyword_video_task.project_id AS project_id',
|
|
|
|
'gl_keyword_video_task.number AS number',
|
|
|
|
'gl_keyword_video_task.status AS status',
|
...
|
...
|
|