fix(办公管理): 修复已办任务撤回操作操作失败问题(https://gitee.com/KonBAI-Q/ruoyi-flowable-plus/issues/I61V7N)

This commit is contained in:
konbai
2023-01-01 21:02:12 +08:00
parent 0fcf897479
commit c04be5e308
4 changed files with 134 additions and 57 deletions

View File

@@ -16,7 +16,8 @@ public enum FlowComment {
REJECT("3", "驳回"),
DELEGATE("4", "委派"),
TRANSFER("5", "转办"),
STOP("6", "终止");
STOP("6", "终止"),
REVOKE("7", "撤回");
/**
* 类型