bpm:code review 指定审批人

This commit is contained in:
YunaiV
2023-11-19 18:28:00 +08:00
parent 6fd8d0095c
commit 7f75f0abfc
7 changed files with 22 additions and 9 deletions

View File

@ -36,4 +36,5 @@ public class FlowableContextHolder {
public static void setAssignee(Map<String, List<Long>> assignee) {
ASSIGNEE.set(assignee);
}
}