瀏覽代碼

提审记录中增加video_id

liuzejian 1 年之前
父節點
當前提交
91d4f634cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/Video/Http/Controllers/WechatCheckController.php

+ 1 - 1
modules/Video/Http/Controllers/WechatCheckController.php

@@ -106,7 +106,7 @@ class WechatCheckController extends CatchController
             })->select('check.id', 'videos.name', 'videos.note', 'videos.total_episode_num',
                 'videos.cover_image','check.status','check.producer',
             'check.playwright', 'check.production_license_img', 'check.authorized_img', 'check.apply_at',
-            'check.check_at', 'check.check_reason', 'check.registration_number')
+            'check.check_at', 'check.check_reason', 'check.registration_number', 'check.video_id')
             ->orderBy('check.id','desc')
             ->paginate($request->input('limit', 20));