|
|
@@ -81,7 +81,7 @@ class Platform extends Api
|
|
|
// 明确指定uid所属的表(假设主表为video_share)
|
|
|
$map['video_platform_record.vid'] = input('vid');
|
|
|
}
|
|
|
- list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
|
|
+ list( $offset, $limit) = $this->buildparams();
|
|
|
$config = $this->config();
|
|
|
$list = model('VideoPlatformRecord')
|
|
|
->with('platform,video')
|