| 
					
				 | 
			
			
				@@ -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(); 
			 |