作者 lyh

gx

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