mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
# Conflicts: # yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/framework/flowable/core/util/SimpleModelUtils.java
This commit is contained in:
		@ -736,9 +736,11 @@ public class SimpleModelUtils {
 | 
				
			|||||||
            if (node.getDelaySetting() != null) {
 | 
					            if (node.getDelaySetting() != null) {
 | 
				
			||||||
                BoundaryEvent boundaryEvent = null;
 | 
					                BoundaryEvent boundaryEvent = null;
 | 
				
			||||||
                if (node.getDelaySetting().getDelayType().equals(BpmDelayTimerTypeEnum.FIXED_DATE_TIME.getType())) {
 | 
					                if (node.getDelaySetting().getDelayType().equals(BpmDelayTimerTypeEnum.FIXED_DATE_TIME.getType())) {
 | 
				
			||||||
 | 
					                    // 固定日期
 | 
				
			||||||
                    boundaryEvent = buildTimeoutBoundaryEvent(receiveTask, BpmBoundaryEventTypeEnum.DELAY_TIMER_TIMEOUT.getType(),
 | 
					                    boundaryEvent = buildTimeoutBoundaryEvent(receiveTask, BpmBoundaryEventTypeEnum.DELAY_TIMER_TIMEOUT.getType(),
 | 
				
			||||||
                            null, null, node.getDelaySetting().getDelayTime());
 | 
					                            null, null, node.getDelaySetting().getDelayTime());
 | 
				
			||||||
                } else if (node.getDelaySetting().getDelayType().equals(BpmDelayTimerTypeEnum.FIXED_TIME_DURATION.getType())) {
 | 
					                } else if (node.getDelaySetting().getDelayType().equals(BpmDelayTimerTypeEnum.FIXED_TIME_DURATION.getType())) {
 | 
				
			||||||
 | 
					                    // 固定时长
 | 
				
			||||||
                    boundaryEvent = buildTimeoutBoundaryEvent(receiveTask, BpmBoundaryEventTypeEnum.DELAY_TIMER_TIMEOUT.getType(),
 | 
					                    boundaryEvent = buildTimeoutBoundaryEvent(receiveTask, BpmBoundaryEventTypeEnum.DELAY_TIMER_TIMEOUT.getType(),
 | 
				
			||||||
                            node.getDelaySetting().getDelayTime(), null, null);
 | 
					                            node.getDelaySetting().getDelayTime(), null, null);
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user