|
@@ -51,7 +51,7 @@ public class MusicSheetController {
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "long")
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "long")
|
|
})
|
|
})
|
|
@GetMapping("/cbsDetail/{id}")
|
|
@GetMapping("/cbsDetail/{id}")
|
|
- public R<MusicSheetVo.OpenMusicSheetDetail> cbsDetail(@PathVariable("id") Integer id) {
|
|
|
|
|
|
+ public R<MusicSheetVo.MusicSheetDetail> cbsDetail(@PathVariable("id") Integer id) {
|
|
CbsMusicSheetWrapper.MusicSheet musicSheet = musicSheetService.cbsDetail(id);
|
|
CbsMusicSheetWrapper.MusicSheet musicSheet = musicSheetService.cbsDetail(id);
|
|
musicSheet.setBizId(Long.valueOf(id));
|
|
musicSheet.setBizId(Long.valueOf(id));
|
|
|
|
|
|
@@ -80,7 +80,7 @@ public class MusicSheetController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- return R.from(MusicSheetVo.OpenMusicSheetDetail.from(musicSheetDetail.jsonString()));
|
|
|
|
|
|
+ return R.from(musicSheetDetail);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|