事业部一级部门查询全部的
This commit is contained in:
parent
df2c33bbc0
commit
c4e945a9b6
@ -1720,8 +1720,9 @@ public class DataViewService extends ActionWeb {
|
|||||||
if (pathIdOfCache.contains("5c8e2d14-25a8-4baf-aa3a-344064007ef3")) {
|
if (pathIdOfCache.contains("5c8e2d14-25a8-4baf-aa3a-344064007ef3")) {
|
||||||
ucDeptID = GetNodesUtil.getParentDept(ucDeptID, 2);
|
ucDeptID = GetNodesUtil.getParentDept(ucDeptID, 2);
|
||||||
}else if (_uc.getDepartmentModel().getPathNameOfCache().contains("事业部")){
|
}else if (_uc.getDepartmentModel().getPathNameOfCache().contains("事业部")){
|
||||||
ucDeptID = GetNodesUtil.getParentDept(ucDeptID, 2);
|
ucDeptID = pathIdOfCache.split("/")[0];
|
||||||
}
|
}
|
||||||
|
System.out.println("部门ID>>>>>>>>>>>>+"+ucDeptID);
|
||||||
deptIDList = new ArrayList<String>();
|
deptIDList = new ArrayList<String>();
|
||||||
deptIDList = GetNodesUtil.getChildDept(ucDeptID, deptIDList);
|
deptIDList = GetNodesUtil.getChildDept(ucDeptID, deptIDList);
|
||||||
if (deptIDList != null) {
|
if (deptIDList != null) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user