用户编辑
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -39,7 +39,9 @@ class MusicianAgreementService extends Service | ... | @@ -39,7 +39,9 @@ class MusicianAgreementService extends Service |
| 39 | 39 | ||
| 40 | $item->setAttribute('service_type', $item->service_type_name); | 40 | $item->setAttribute('service_type', $item->service_type_name); |
| 41 | $item->setAttribute('files', $files); | 41 | $item->setAttribute('files', $files); |
| 42 | unset($item->filesNew); | 42 | $item->setAttribute('files_new', $item->filesNewTreaty); |
| 43 | |||
| 44 | unset($item->filesNew, $item->filesNewTreaty); | ||
| 43 | } | 45 | } |
| 44 | 46 | ||
| 45 | return Response::success($res); | 47 | return Response::success($res); | ... | ... |
-
Please register or sign in to post a comment