|
@@ -540,6 +540,9 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
if (musicSheetDto.getAuditVersion() == null) {
|
|
|
musicSheetDto.setAuditVersion(YesOrNoEnum.NO);
|
|
|
}
|
|
|
+ if (musicSheetDto.getChargeType().equals(ChargeTypeEnum.VIP)) {
|
|
|
+ musicSheetDto.setMusicPrice(BigDecimal.ZERO);
|
|
|
+ }
|
|
|
|
|
|
// 删除曲目专辑关联
|
|
|
if (oldMusicSheet != null && !oldMusicSheet.getMusicSubject().equals(musicSheetDto.getMusicSubject())) {
|