mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 20:15:06 +08:00
【代码优化】工作流:删除用不到的方法
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user