From 48f5220bc5eb826402f43e440dc34867368ff17c Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期五, 23 五月 2025 13:41:20 +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