|
@@ -690,7 +690,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)
|
|
@@ -702,7 +702,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
// 酷乐秀原音排序字段
|
|
|
background.sort(Comparator.comparing(MusicSheetAccompaniment::getSortNumber));
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
return detail;
|
|
|
}
|
|
|
|