|
|
@ -57,6 +57,9 @@ public class AppVolunteerRankServiceImpl implements AppVolunteerRankService { |
|
|
|
//获取所有上级机构名称和ID拼接
|
|
|
|
Result<ParentAndAllDeptDTO> dtoResult = adminFeignClient.getParentAndAllDept(userDetail.getGridId()); |
|
|
|
ParentAndAllDeptDTO deptDTO = dtoResult.getData(); |
|
|
|
log.info("userDetail:"+userDetail); |
|
|
|
log.info("formDto:"+formDto); |
|
|
|
log.info("deptDTO:"+deptDTO); |
|
|
|
// 父所有部门
|
|
|
|
formDto.setParentDeptIds(deptDTO.getParentDeptIds()); |
|
|
|
formDto.setParentDeptNames(deptDTO.getParentDeptNames()); |
|
|
|