mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 07:11:52 +08:00
【代码优化】工作流:删除用不到的方法
This commit is contained in:
parent
f1872b70ee
commit
f299bf8a36
@ -58,9 +58,5 @@ public enum BpmTaskStatusEnum {
|
||||
APPROVE.getStatus(), REJECT.getStatus(), CANCEL.getStatus(),
|
||||
RETURN.getStatus(), APPROVING.getStatus());
|
||||
}
|
||||
public static boolean isEndStatusButNotApproved(Integer status) {
|
||||
return ObjectUtils.equalsAny(status,
|
||||
REJECT.getStatus(), CANCEL.getStatus(), RETURN.getStatus());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user