firstLevelDeptId
This commit is contained in:
parent
dd9f7bef7c
commit
7c563df7fb
|
|
@ -88,7 +88,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|||
dept.setDeptName(str);
|
||||
}
|
||||
dept.setCompanyId(SecurityUtils.getLoginUser().getSysUser().getCompanyId());
|
||||
//dept.setDeptId(SecurityUtils.getLoginUser().getSysUser().getFirstLevelDeptId());
|
||||
dept.setDeptId(SecurityUtils.getLoginUser().getSysUser().getFirstLevelDeptId());
|
||||
return deptMapper.selectDeptList(dept);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue