mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 删除 无用事件属性
This commit is contained in:
		@@ -2,7 +2,6 @@ package org.dromara.workflow.flowable.handler;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.event.ProcessEvent;
 | 
			
		||||
import org.dromara.common.core.domain.event.ProcessTaskEvent;
 | 
			
		||||
import org.dromara.common.core.utils.ServletUtils;
 | 
			
		||||
import org.dromara.common.core.utils.SpringUtils;
 | 
			
		||||
import org.springframework.stereotype.Component;
 | 
			
		||||
 | 
			
		||||
@@ -29,7 +28,6 @@ public class FlowProcessEventHandler {
 | 
			
		||||
        processEvent.setBusinessKey(businessKey);
 | 
			
		||||
        processEvent.setStatus(status);
 | 
			
		||||
        processEvent.setSubmit(submit);
 | 
			
		||||
        processEvent.setRequest(ServletUtils.getRequest());
 | 
			
		||||
        SpringUtils.context().publishEvent(processEvent);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -45,7 +43,6 @@ public class FlowProcessEventHandler {
 | 
			
		||||
        processTaskEvent.setKeyNode(keyNode);
 | 
			
		||||
        processTaskEvent.setTaskId(taskId);
 | 
			
		||||
        processTaskEvent.setBusinessKey(businessKey);
 | 
			
		||||
        processTaskEvent.setRequest(ServletUtils.getRequest());
 | 
			
		||||
        SpringUtils.context().publishEvent(processTaskEvent);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user