刘俊驰 7 달 전
부모
커밋
53ee83e894
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cooleshow-app/src/main/java/com/yonge/cooleshow/admin/controller/MusicSheetCbsController.java

+ 1 - 0
cooleshow-app/src/main/java/com/yonge/cooleshow/admin/controller/MusicSheetCbsController.java

@@ -109,6 +109,7 @@ public class MusicSheetCbsController extends BaseController {
         }
 
         if (musicSheetDetail == null) {
+            detail = musicSheetService.getCbsDetail(Long.parseLong(id),SourceTypeEnum.PLATFORM);
 
             CbsMusicSheetWrapper.MusicSheet cbsMusicSheet = musicSheetService.cbsDetail(detail.getCbsMusicSheetId());
             cbsMusicSheet.setBizId(Long.parseLong(id));