|
@@ -479,6 +479,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
sheet.setMusicSheetType(MusicSheetTypeEnum.valueOf(musicSheetApplication.getMusicSheetType().name()));
|
|
|
}
|
|
|
sheet.setTitleImg(musicSheetApplication.getMusicCover());
|
|
|
+ sheet.setMusicImg(musicSheetApplication.getMusicImg());
|
|
|
sheet.setUserId(musicSheetApplication.getUserId());
|
|
|
// if(musicSheetApplication.getSourceType() != null){
|
|
|
// sheet.setSourceType(musicSheetApplication.getSourceType() == EMusicSourceType.PERSON ? SourceTypeEnum.TEACHER :
|