|
@ -84,4 +84,9 @@ public class ItemFeignClientFallback implements ItemFeignClient { |
|
|
public Result<PageData<ShareEnterpriseDTO>> getCompany(ShareEnterpriseFormDTO formDTO) { |
|
|
public Result<PageData<ShareEnterpriseDTO>> getCompany(ShareEnterpriseFormDTO formDTO) { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_EVENTS_SERVER, "getCompany", formDTO); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_EVENTS_SERVER, "getCompany", formDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public Result processNotice(AcceptProcessNoticeDTO formDTO) { |
|
|
|
|
|
return ModuleUtils.feignConError(ServiceConstant.EPDC_EVENTS_SERVER, "processNotice", formDTO); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|