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
bd291975
...
bd291975bee466657690390feed15d5e8aeba21a
authored
2022-04-15 15:46:03 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
用户编辑
1 parent
264c5439
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app/Services/MusicianAgreementService.php
app/Services/MusicianAgreementService.php
View file @
bd29197
...
...
@@ -39,7 +39,9 @@ class MusicianAgreementService extends Service
$item
->
setAttribute
(
'service_type'
,
$item
->
service_type_name
);
$item
->
setAttribute
(
'files'
,
$files
);
unset
(
$item
->
filesNew
);
$item
->
setAttribute
(
'files_new'
,
$item
->
filesNewTreaty
);
unset
(
$item
->
filesNew
,
$item
->
filesNewTreaty
);
}
return
Response
::
success
(
$res
);
...
...
Please
register
or
sign in
to post a comment