| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				 | 
				
					@ -74,11 +74,11 @@ public class StandardWorkTicketConsumer implements IQueueConsume {
					 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                WorkflowOperationLog workflowOperationLog = new WorkflowOperationLog(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                BeanUtils.copyProperties(response,workflowOperationLog); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                if (ObjectUtils.isNotEmpty(workflowOperationLog)) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    regularWorkflowOperationLog.setVariables(JSON.toJSONString(response.getVariables())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    regularWorkflowOperationLog.setTakeId(response.getTaskId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    regularWorkflowOperationLog.setTakeName(response.getTaskName()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    regularWorkflowOperationLog.setIsOperationLog(false); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    regularWorkflowOperationLog.setProcessInstanceKey(response.getProcessInstanceId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLog.setVariables(JSON.toJSONString(response.getVariables())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLog.setTakeId(response.getTaskId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLog.setTakeName(response.getTaskName()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLog.setIsOperationLog(false);//没保存成功
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLog.setProcessInstanceKey(response.getProcessInstanceId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    log.info("正在保存到hzims_workflow_operation_log.... :{}", workflowOperationLog); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                    workflowOperationLogService.save(workflowOperationLog); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				 | 
				
					                } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				 | 
				
					
 
					 |