| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -108,7 +108,9 @@ public class BaseDisputeProcessServiceImpl extends BaseServiceImpl<BaseDisputePr | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setUpdateDate(new Date()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setStatus(item.getStatus()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                //业务不确定
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setSuccessfulOrNot(null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                if (("03").equals(item.getStatus())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    entity.setSuccessfulOrNot("Y"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setEventNo(("py_").concat(item.getId())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setFirstEventCategory(item.getParentEventCategory()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                entity.setSource("01"); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |