|
@@ -610,7 +610,7 @@ public class UserTenantAlbumRecordServiceImpl extends ServiceImpl<UserTenantAlbu
|
|
|
buyTenantAlbum.setSubjectCounts(0);
|
|
|
}
|
|
|
buyTenantAlbum.setMusicNum(buyTenantAlbum.getMusicCounts() + buyTenantAlbum.getEnsembleCounts()+buyTenantAlbum.getSubjectCounts());
|
|
|
- if (buyTenantAlbum.getMusicNum() > 0) {
|
|
|
+ if (buyTenantAlbum.getMusicCounts() > 0) {
|
|
|
subjectTypes.add(SubjectTypeEnum.MUSIC.name());
|
|
|
}
|
|
|
if (buyTenantAlbum.getEnsembleCounts() > 0) {
|