|
@ -28,6 +28,11 @@ public class AdminFeignClientFallback implements AdminFeignClient { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_ADMIN_SERVER, "getParentAndAllDept", depId); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_ADMIN_SERVER, "getParentAndAllDept", depId); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public Result<DeptLevelAndLeaderDTO> getDeptlevelById(Long deptId) { |
|
|
|
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_ADMIN_SERVER, "getDeptlevelById", deptId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public Result<List<DeptLevelAndLeaderDTO>> listChildDeptLevelById(String typeKey, Long deptId) { |
|
|
public Result<List<DeptLevelAndLeaderDTO>> listChildDeptLevelById(String typeKey, Long deptId) { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_ADMIN_SERVER, "listChildDeptLevelById", typeKey, deptId); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_ADMIN_SERVER, "listChildDeptLevelById", typeKey, deptId); |
|
|