WIN-2308041133\Administrator 9 ヶ月 前
コミット
6a5f1c380b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/api/controller/Platform.php

+ 1 - 1
application/api/controller/Platform.php

@@ -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')