Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c903858e
...
c903858e08476babc441d88c8ca89237ee66c591
authored
2021-12-01 18:30:25 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
07362362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/V2/MusicianSongService.php
app/Services/V2/MusicianSongService.php
View file @
c903858
...
...
@@ -33,7 +33,7 @@ class MusicianSongService extends Service
->
join
(
'songs_ip_exts as ext'
,
'songs_ip.id'
,
'='
,
'ext.song_ip_id'
)
->
whereIn
(
"songs.id"
,
$song_ids
)
->
whereNull
(
"songs_ip.deleted_at"
)
->
where
(
'auth_channel'
,
1
)
->
select
([
"songs.id"
,
"songs_ip.id as sp_id"
,
'track_name'
,
'singer_name'
,
'album_name'
,
'track_cover'
,
'tme_company_id'
,
'public_time'
,
'track_version'
,
'favCnt'
,
'playCnt'
,
'downloadCnt'
,
'singer_name'
,
'album_name'
,
't
me_id'
,
't
rack_cover'
,
'tme_company_id'
,
'public_time'
,
'track_version'
,
'favCnt'
,
'playCnt'
,
'downloadCnt'
,
'favCnt_week'
,
'playCnt_week'
,
'downloadCnt_week'
,
'favCnt_years'
,
'playCnt_years'
,
'downloadCnt_years'
,
])
->
when
(
filled
(
$this
->
request
->
name
),
function
(
Builder
$builder
)
{
...
...
Please
register
or
sign in
to post a comment