@Component public class DeptChecker extends Object implements ConditionChecker
| 构造器和说明 |
|---|
DeptChecker() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(OaProcessExecution execution,
com.alibaba.fastjson.JSONObject form,
OaProcessNodeCondition condition) |
boolean |
compareForDept(Set<Long> formValues,
String[] value) |
boolean |
instanceOfDept(Long deptId,
Long parentId)
判断A部门的所有上级中有没有B部门
|
public boolean check(OaProcessExecution execution, com.alibaba.fastjson.JSONObject form, OaProcessNodeCondition condition)
check 在接口中 ConditionCheckerCopyright © 2023. All rights reserved.