|
|
@@ -220,6 +220,7 @@ public class SysGeographyPositionServiceImpl extends ServiceImpl<SysGeographyPos
|
|
|
//填充机构名
|
|
|
for (SysGeographyPositionInfoVo sysGeographyPositionInfoVo : sysGeographyPositionList) {
|
|
|
SysUser sysUser = sysUserService.getById(sysGeographyPositionInfoVo.getId());
|
|
|
+ sysGeographyPositionInfoVo.setLeaderName(sysUser.getLeaderName());
|
|
|
if (sysUser == null) continue;
|
|
|
SysDept sysDept = sysDeptMapper.selectOne(new LambdaQueryWrapper<SysDept>()
|
|
|
.eq(SysDept::getId, sysUser.getDeptId()).eq(SysDept::getDelFlag, 0));
|