|
|
|
@ -65,7 +65,8 @@ public class UserApiImpl implements UserApi { |
|
|
|
|
|
|
|
DeptBean deptBean = new DeptBean(); |
|
|
|
//属性赋值
|
|
|
|
BeanUtil.copyProperties(sysUser.getDept(),deptBean); |
|
|
|
// BeanUtil.copyProperties(sysUser.getDept(),deptBean);
|
|
|
|
BeanUtil.copyProperties(dept,deptBean); |
|
|
|
if (BeanUtil.isNotEmpty(dept)){ |
|
|
|
deptIdArr = dept.getAncestors()!=null?dept.getAncestors().split(","):new String[]{}; |
|
|
|
if("0".equals(dept.getDeptType())){ |
|
|
|
|