|
|
@ -155,6 +155,6 @@ public class ResiGroupOpenFeignClientFallback implements ResiGroupOpenFeignClien |
|
|
|
**/ |
|
|
|
@Override |
|
|
|
public Result<TopicAttachmentResultDTO> topicAttachmentList(TopicAttachmentFormDTO formDTO) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.RESI_GROUP_SERVER, "getTopicById", formDTO); |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.RESI_GROUP_SERVER, "topicAttachmentList", formDTO); |
|
|
|
} |
|
|
|
} |
|
|
|