|  | @@ -2745,17 +2745,14 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
 | 
	
		
			
				|  |  |                          musicSheetDetail.setMusicSheetSoundList(Collections.singletonList(first.get()));
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            if (CollectionUtils.isEmpty(sheetSoundList)) {
 | 
	
		
			
				|  |  | +            if (CollectionUtils.isEmpty(musicSheetDetail.getMusicSheetSoundList()) && CollectionUtils.isNotEmpty(sheetSoundList)) {
 | 
	
		
			
				|  |  |                  Optional<CbsMusicSheetWrapper.MusicSheetSound> first = sheetSoundList.stream().findFirst();
 | 
	
		
			
				|  |  |                  if (first.isPresent()) {
 | 
	
		
			
				|  |  |                      musicSheetDetail.setMp3Url(first.get().getAudioFileUrl());
 | 
	
		
			
				|  |  |                      musicSheetDetail.setMusicSheetSoundList(Collections.singletonList(first.get()));
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          return musicSheetDetail;
 | 
	
		
			
				|  |  |      }
 |