| 
					
				 | 
			
			
				@@ -342,7 +342,7 @@ public class ApplyForCostServiceImpl implements ApplyForCostService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setPerformAmount(repastExpenseVo.getTotalMoney()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setProposer(repastExpenseVo.getApplicant()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setApplyCostId(save.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        costInfoEntity.setHappenDate(repastExpense.getCreateTime()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        costInfoEntity.setHappenDate(repastExpenseVo.getSubject().get(0).getEatDate()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setProcessInstanceId(map.get("processInstanceId")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setProcessDefinitionId(map.get("processDefinitionId")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         costInfoEntity.setFlowTaskStatus(FlowTaskStatus.SUBMITTED); 
			 |