|
|
@@ -52,6 +52,11 @@ public class RemoteRetrievalTaskFallbackFactory implements FallbackFactory<Remot
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
+ public AjaxResult dealTaskRegistration(String source) {
|
|
|
+ return AjaxResult.error("删除调阅记录服务调用失败,失败原因:" + throwable.getMessage());
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
public AjaxResult rebuild(String event, String source) {
|
|
|
return AjaxResult.error("根据作息变更修改调阅任务识别,失败原因:" + throwable.getMessage());
|
|
|
}
|