Commit bd291975 bd291975bee466657690390feed15d5e8aeba21a by lemon

用户编辑

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