| 
					
				 | 
			
			
				@@ -956,7 +956,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public IPage<MusicSheetVo> selectStudentPage(IPage<MusicSheetVo> page, StudentMusicSheetSearch query, ClientEnum clientType) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<MusicSheetVo> records = baseMapper.selectStudentMusicPage(page, query, clientType); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //设置内容平台曲目信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.initMusicSheetVos(records); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.initMusicSheetVos(records,query.getProviderType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (CollectionUtils.isNotEmpty(records)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 统计单曲归属专辑数 
			 |