|
@@ -685,7 +685,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
|
|
|
|
|
|
|
|
|
- List<MusicSheetAccompaniment> background = detail.getBackground();
|
|
|
+ /*List<MusicSheetAccompaniment> background = detail.getBackground();
|
|
|
if (CollectionUtils.isNotEmpty(background)) {
|
|
|
// 兼容管乐迷曲目同步数据
|
|
|
long count = background.stream().map(MusicSheetAccompaniment::getSortNumber)
|
|
@@ -697,7 +697,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
// 酷乐秀原音排序字段
|
|
|
background.sort(Comparator.comparing(MusicSheetAccompaniment::getSortNumber));
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
return detail;
|
|
|
}
|
|
|
|