where('live_status', 'in', [101,102,103])->order([ 'is_top' => 'desc', 'live_status' => 'asc', 'create_time' => 'desc' ])->paginate($params); } }