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