| xqd
@@ -128,6 +128,7 @@ class EpisodeController extends Controller
|
|
|
$offset = ($page - 1) * $limit;
|
|
|
$episodes = Episode::withCount(['lists'])
|
|
|
->where('is_opend', 1)
|
|
|
+ ->where('sort', '<>',0)
|
|
|
->where('platform', \user()->info->platform)
|
|
|
//->inRandomOrder()
|
|
|
->orderBy('sort')
|