|
@ -268,6 +268,11 @@ public class UserFeignClientFallback implements UserFeignClient { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_USER_SERVER, "saveCentralHousehold", applyFor); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_USER_SERVER, "saveCentralHousehold", applyFor); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public Result<CentralHouseholdApplyFor> getByUserId(String userId) { |
|
|
|
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_USER_SERVER, "getByUserId", userId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public Result saveReportparty(ReportPartyDTO dto) { |
|
|
public Result saveReportparty(ReportPartyDTO dto) { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_USER_SERVER, "saveReportparty", dto); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_USER_SERVER, "saveReportparty", dto); |
|
|