liujc il y a 1 an
Parent
commit
9140a90b82

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/TenantAlbumMusicServiceImpl.java

@@ -109,7 +109,7 @@ public class TenantAlbumMusicServiceImpl extends ServiceImpl<TenantAlbumMusicMap
         if (StringUtil.isEmpty(albumId)){
             Long tenantId = query.getTenantId();
             //查询机构专辑Id
-            List<TenantAlbumMusic> list = tenantAlbumMusicService.lambdaQuery().eq(TenantAlbumMusic::getTenantId, tenantId).list();
+            List<TenantAlbumMusic> list = tenantAlbumMusicService.lambdaQuery().eq(TenantAlbumMusic::getTenantId, tenantId).eq(TenantAlbumMusic::getDelFlag,false).list();
             if (CollectionUtils.isNotEmpty(list)){
                 TenantAlbumMusic albumMusic = list.get(0);
                  albumId = albumMusic.getTenantAlbumId().toString();