| 
														
															@@ -383,7 +383,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @Override 
														 | 
														
														 | 
														
															     @Override 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public List<StudentPaymentOrderDetail> queryFeeDetail(Integer studentId, String musicGroupId) { 
														 | 
														
														 | 
														
															     public List<StudentPaymentOrderDetail> queryFeeDetail(Integer studentId, String musicGroupId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        List<StudentPaymentOrder> studentPaymentOrderList = studentPaymentOrderService.queryByCondition(GroupType.MUSIC, musicGroupId, studentId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        List<StudentPaymentOrder> studentPaymentOrderList = studentPaymentOrderService.queryByCondition(null, musicGroupId, studentId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 DealStatusEnum.SUCCESS, OrderTypeEnum.APPLY); 
														 | 
														
														 | 
														
															                 DealStatusEnum.SUCCESS, OrderTypeEnum.APPLY); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         List<Long> orderIdList = studentPaymentOrderList.stream().map(t -> t.getId()).collect(Collectors.toList()); 
														 | 
														
														 | 
														
															         List<Long> orderIdList = studentPaymentOrderList.stream().map(t -> t.getId()).collect(Collectors.toList()); 
														 |