|
|
@@ -83,7 +83,7 @@ class Platform extends Api
|
|
|
if(input('vid', 0) > 0){
|
|
|
$map['video_platform_record.vid'] = input('vid', 0);
|
|
|
}
|
|
|
- list($offset, $limit) = $this->buildparams();
|
|
|
+ list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
|
|
$config = $this->config();
|
|
|
$list = model('VideoPlatformRecord')
|
|
|
->with('platform,videolist')
|