From 6da289fff756eaecc600422d77c4afff1ddebab0 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期五, 23 五月 2025 15:23:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java b/aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java
index ca6e0bd..1802a8c 100644
--- a/aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java
+++ b/aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java
@@ -1,6 +1,7 @@
package com.aps.system.api.factory;
import com.aps.common.core.domain.R;
+import com.aps.common.core.web.domain.AjaxResult;
import com.aps.system.api.RemoteCoreService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -40,6 +41,11 @@
{
return R.fail("搴撳瓨鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
}
+
+ @Override
+ public R<AjaxResult> setPlateSubPlansToRedis(String source) {
+ return R.fail("閽i噾瀛愬崟璁″垝鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
+ }
};
}
}
--
Gitblit v1.9.3