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
5bee7e1b
...
5bee7e1b8fbbbc9bf6b3daa4808dce95cbf8d3c4
authored
2021-08-26 14:49:58 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发行作品列表
1 parent
1760ca31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Services/MusicianSongService.php
app/Services/MusicianSongService.php
View file @
5bee7e1
...
...
@@ -152,8 +152,8 @@ class MusicianSongService extends Service
$contracts
[
$k
]
=
[
'contract_id'
=>
$item
[
'contract_id'
],
'files'
=>
$files
,
'cooperation_type'
=>
$item
[
'contract'
][
'cooperation_type'
],
'right'
=>
Contract
::
getModel
(
$item
[
'contract'
][
'cooperation_type'
],
$right
),
'cooperation_type'
=>
$item
[
'contract'
][
'cooperation_type'
]
??
''
,
'right'
=>
Contract
::
getModel
(
$item
[
'contract'
][
'cooperation_type'
]
??
''
,
$right
),
'role'
=>
array_unique
(
$role
),
];
}
...
...
Please
register
or
sign in
to post a comment