@@ -429,7 +429,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
.map(Long::parseLong)
.collect(Collectors.toList());
String tagNames = tagIdList.stream().map(tagMap::get).collect(Collectors.joining(","));
- record.setSubjectNames(tagNames);
+ record.setMusicTagNames(tagNames);
}