Skip to content

Commit 44566fe

Browse files
song-cc-rockfit2-zhao
authored andcommitted
fix: Condition next node error
1 parent 73e7897 commit 44566fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/crm/src/main/java/cn/cordys/crm/approval/service/ApprovalFlowService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ private ApprovalNodeResponse getNextNodeWithExceptionHandler(ApprovalInstance in
16151615
return handleNextApproverNodeWithExceptionHandler(instance, nextNode, fieldValues, currentOrgId);
16161616
}
16171617
// 条件类型节点, 继续往下获取
1618-
return getNextNodeWithExceptionHandler(instance, nodeId, fieldValues, currentOrgId);
1618+
return getNextNodeWithExceptionHandler(instance, nextNode.getId(), fieldValues, currentOrgId);
16191619
}
16201620

16211621
/**

0 commit comments

Comments
 (0)