| 
					
				 | 
			
			
				@@ -98,7 +98,7 @@ public class SysMusicScoreAccompanimentServiceImpl extends BaseServiceImpl<Integ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				SysMusicScoreAccompaniment record = new SysMusicScoreAccompaniment(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				record.setId(accompaniment.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				record.setType(accompaniment.getType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				record.setRankIds("FREE".equals(musicSheetApplication.getPaymentType()) ? "1" : null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				record.setRankIds("FREE".equals(musicSheetApplication.getPaymentType()) ? "0" : null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				record.setClientType(accompaniment.getClientType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				record.setExamSongId(accompaniment.getExamSongId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				record.setCbsMusicSheetId(musicSheetApplication.getId().toString()); 
			 |