|  | @@ -544,8 +544,8 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
 | 
											
												
													
														|  |                          Objects.isNull(e.getAmount()) ||
 |  |                          Objects.isNull(e.getAmount()) ||
 | 
											
												
													
														|  |                          Objects.isNull(e.getStudentId()) ||
 |  |                          Objects.isNull(e.getStudentId()) ||
 | 
											
												
													
														|  |                          Objects.isNull(e.getVipGroupId())).count();
 |  |                          Objects.isNull(e.getVipGroupId())).count();
 | 
											
												
													
														|  | -                if(count > 0){
 |  | 
 | 
											
												
													
														|  | -                    new BizException("参数校验失败");
 |  | 
 | 
											
												
													
														|  | 
 |  | +                if(count > 0l){
 | 
											
												
													
														|  | 
 |  | +                    throw new BizException("参数校验失败");
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |                  for (FinancialExpenditure financialExpenditure : financialExpenditureList) {
 |  |                  for (FinancialExpenditure financialExpenditure : financialExpenditureList) {
 | 
											
												
													
														|  |                      ReturnFeeDto returnFeeDto = new ReturnFeeDto();
 |  |                      ReturnFeeDto returnFeeDto = new ReturnFeeDto();
 | 
											
										
											
												
													
														|  | @@ -565,8 +565,8 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
 | 
											
												
													
														|  |                  long count = financialExpenditureList.stream().
 |  |                  long count = financialExpenditureList.stream().
 | 
											
												
													
														|  |                          filter(e -> StringUtils.isEmpty(e.getMusicGroupId()) ||
 |  |                          filter(e -> StringUtils.isEmpty(e.getMusicGroupId()) ||
 | 
											
												
													
														|  |                          Objects.isNull(e.getStudentId())).count();
 |  |                          Objects.isNull(e.getStudentId())).count();
 | 
											
												
													
														|  | -                if(count > 0){
 |  | 
 | 
											
												
													
														|  | -                    new BizException("参数校验失败");
 |  | 
 | 
											
												
													
														|  | 
 |  | +                if(count > 0l){
 | 
											
												
													
														|  | 
 |  | +                    throw new BizException("参数校验失败");
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |                  for (FinancialExpenditure financialExpenditure : financialExpenditureList) {
 |  |                  for (FinancialExpenditure financialExpenditure : financialExpenditureList) {
 | 
											
												
													
														|  |                      musicGroupService.checkDirectQuitMusicGroupOa(financialExpenditure);
 |  |                      musicGroupService.checkDirectQuitMusicGroupOa(financialExpenditure);
 |