|  | @@ -240,7 +240,9 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
 | 
	
		
			
				|  |  |              OaFormStructureDto oaFormStructureDto = JSONObject.parseObject(formStructure, OaFormStructureDto.class);
 | 
	
		
			
				|  |  |              List<OaInputDto> oaInputDtos = oaFormStructureDto.getList();
 | 
	
		
			
				|  |  |              //课程退费和乐团退费需要单独处理
 | 
	
		
			
				|  |  | -            if(pWorkOrderInfo.getProcess().equals(22) || pWorkOrderInfo.getProcess().equals(19)){
 | 
	
		
			
				|  |  | +            if(pWorkOrderInfo.getProcess().equals(34) ||
 | 
	
		
			
				|  |  | +                    pWorkOrderInfo.getProcess().equals(22) ||
 | 
	
		
			
				|  |  | +                    pWorkOrderInfo.getProcess().equals(19)){
 | 
	
		
			
				|  |  |                  List<FinancialExpenditure> financialExpenditureList = new ArrayList<>();
 | 
	
		
			
				|  |  |                  for (OaInputDto oaInputDto : oaInputDtos) {
 | 
	
		
			
				|  |  |                      if(!"子表单".equals(oaInputDto.getName())){
 | 
	
	
		
			
				|  | @@ -476,7 +478,7 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
 | 
	
		
			
				|  |  |          if(StringUtils.isEmpty(tplInfoId)){
 | 
	
		
			
				|  |  |              throw new BizException("参数校验失败");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        if(tplInfoId.equals("11") || tplInfoId.equals("8")){
 | 
	
		
			
				|  |  | +        if(tplInfoId.equals("11") || tplInfoId.equals("8") || tplInfoId.equals("20")){
 | 
	
		
			
				|  |  |              String data = paramMap.get("formData");
 | 
	
		
			
				|  |  |              if(StringUtils.isEmpty(data)){
 | 
	
		
			
				|  |  |                  return;
 |