发行作品列表
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -152,8 +152,8 @@ class MusicianSongService extends Service | ... | @@ -152,8 +152,8 @@ class MusicianSongService extends Service |
152 | $contracts[$k] = [ | 152 | $contracts[$k] = [ |
153 | 'contract_id'=>$item['contract_id'], | 153 | 'contract_id'=>$item['contract_id'], |
154 | 'files' => $files, | 154 | 'files' => $files, |
155 | 'cooperation_type'=>$item['contract']['cooperation_type'], | 155 | 'cooperation_type'=>$item['contract']['cooperation_type'] ?? '', |
156 | 'right'=> Contract::getModel($item['contract']['cooperation_type'], $right), | 156 | 'right'=> Contract::getModel($item['contract']['cooperation_type'] ?? '', $right), |
157 | 'role'=> array_unique($role), | 157 | 'role'=> array_unique($role), |
158 | ]; | 158 | ]; |
159 | } | 159 | } | ... | ... |
-
Please register or sign in to post a comment