正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -38,6 +38,7 @@ class KeywordVideoController extends BaseController | @@ -38,6 +38,7 @@ class KeywordVideoController extends BaseController | ||
| 38 | */ | 38 | */ |
| 39 | public function selectParam(){ | 39 | public function selectParam(){ |
| 40 | $select = [ | 40 | $select = [ |
| 41 | + 'gl_keyword_video_task.id AS id', | ||
| 41 | 'gl_keyword_video_task.project_id AS project_id', | 42 | 'gl_keyword_video_task.project_id AS project_id', |
| 42 | 'gl_keyword_video_task.number AS number', | 43 | 'gl_keyword_video_task.number AS number', |
| 43 | 'gl_keyword_video_task.status AS status', | 44 | 'gl_keyword_video_task.status AS status', |
-
请 注册 或 登录 后发表评论