*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ class MusicianSongService extends Service | ... | @@ -33,7 +33,7 @@ class MusicianSongService extends Service |
33 | ->join('songs_ip_exts as ext', 'songs_ip.id', '=', 'ext.song_ip_id') | 33 | ->join('songs_ip_exts as ext', 'songs_ip.id', '=', 'ext.song_ip_id') |
34 | ->whereIn("songs.id", $song_ids)->whereNull("songs_ip.deleted_at") | 34 | ->whereIn("songs.id", $song_ids)->whereNull("songs_ip.deleted_at") |
35 | ->where('auth_channel', 1)->select(["songs.id", "songs_ip.id as sp_id", 'track_name', | 35 | ->where('auth_channel', 1)->select(["songs.id", "songs_ip.id as sp_id", 'track_name', |
36 | 'singer_name', 'album_name', 'track_cover', 'public_time', 'track_version', 'favCnt', 'playCnt', 'downloadCnt', | 36 | 'singer_name', 'album_name', 'track_cover', 'tme_company_id', 'public_time', 'track_version', 'favCnt', 'playCnt', 'downloadCnt', |
37 | 'favCnt_week', 'playCnt_week', 'downloadCnt_week', 'favCnt_years', 'playCnt_years', 'downloadCnt_years', | 37 | 'favCnt_week', 'playCnt_week', 'downloadCnt_week', 'favCnt_years', 'playCnt_years', 'downloadCnt_years', |
38 | ]) | 38 | ]) |
39 | ->when(filled($this->request->name), function (Builder $builder) { | 39 | ->when(filled($this->request->name), function (Builder $builder) { | ... | ... |
-
Please register or sign in to post a comment