用户修改
This commit is contained in:
parent
ed18d0fc72
commit
ef4d9478b5
@ -514,10 +514,6 @@ public class SysUserServiceImpl implements ISysUserService {
|
||||
if (Objects.nonNull(sysUser) && Objects.nonNull(sysUser.getAgencyId())) {
|
||||
return userMapper.selectBelongAgencyList(sysUser.getAgencyId());
|
||||
}
|
||||
AgencyNameVO agencyNameVO = new AgencyNameVO();
|
||||
agencyNameVO.setAgencyNum(0);
|
||||
List<AgencyNameVO> agencyNameVOS = new ArrayList<>();
|
||||
agencyNameVOS.add(agencyNameVO);
|
||||
return agencyNameVOS;
|
||||
return new ArrayList<AgencyNameVO>();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user