| 
					
				 | 
			
			
				@@ -317,7 +317,7 @@ public class StudentPaymentOrderDetailServiceImpl extends BaseServiceImpl<Long, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 musicalListDetailDto.setMusicalAmount(studentGoods.getChangeMusicalPrice()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 musicalListDetailDto.setAccessoriesAmount(studentGoods.getChangeAccessoriesPrice()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                musicalListDetailDto.setKitGroupPurchaseTypeEnum(musicalListDetailDto.getKitGroupPurchaseTypeEnum()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                musicalListDetailDto.setKitGroupPurchaseTypeEnum(studentGoods.getKitGroupPurchaseType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (SubjectChange margin : margins) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (!musicalListDetailDto.getUserId().equals(margin.getStudentId())) continue; 
			 |