【代码优化】工作流:删除用不到的方法
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