Skip to content

Commit 0810e1d

Browse files
committed
fix recall record value
1 parent f598b49 commit 0810e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/service/impl/FlowRecallService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void recall(long recordId, IFlowOperator currentOperator) {
5959
flowRecordRepository.update(record);
6060
}else {
6161
record.recall();
62+
flowRecord = record;
6263
flowRecordRepository.update(record);
6364
}
6465
}

0 commit comments

Comments
 (0)