Explorar o código

提审记录中增加video_id

liuzejian hai 1 ano
pai
achega
91d4f634cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));