Commit bd291975 bd291975bee466657690390feed15d5e8aeba21a by lemon

用户编辑

1 parent 264c5439
...@@ -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);
......