|
|
@ -370,6 +370,11 @@ public class GovOrgOpenFeignClientFallback implements GovOrgOpenFeignClient { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.GOV_ORG_SERVER, "configCustomerAreaCode", formDTO); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<List<CustomerStaffGridResultDTO>> getStaffGridList(String customerId, String orgId, String orgType) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.GOV_ORG_SERVER, "getStaffGridList",customerId, orgId, orgType); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 查询组织、网格、小区、楼栋、单元、房屋信息 |
|
|
@ -379,11 +384,6 @@ public class GovOrgOpenFeignClientFallback implements GovOrgOpenFeignClient { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.GOV_ORG_SERVER, "icResiUserOrgMsg", formDTO); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<List<CustomerStaffGridResultDTO>> getStaffGridList(String customerId, String orgId, String orgType) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.GOV_ORG_SERVER, "getStaffGridList",customerId, orgId, orgType); |
|
|
|
} |
|
|
|
@Override |
|
|
|
public Result<IcBuildingUnitDTO> getUnitById(String id) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.GOV_ORG_SERVER, "getUnitById", id); |
|
|
|