From 41e28b664fa280049f59742676f3c06adfb6e070 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期二, 13 五月 2025 10:11:32 +0800
Subject: [PATCH] 集成 mybatisplus BaseEntity 取消searchValue 和 params 、remark字段映射

---
 aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 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 b2d846d..ca6e0bd 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
@@ -21,6 +21,25 @@
     public RemoteCoreService create(Throwable throwable)
     {
         log.error("浠诲姟鏈嶅姟璋冪敤澶辫触:{}", throwable.getMessage());
-        return source -> R.fail("BOM鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
+        return new RemoteCoreService()
+        {
+            @Override
+            public R<Boolean> setBomDataToRedis(String source)
+            {
+                return R.fail("BOM鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
+            }
+
+            @Override
+            public R<Boolean> setProcessRouteDataToRedis(String source)
+            {
+                return R.fail("宸ヨ壓璺嚎鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
+            }
+
+            @Override
+            public R<Boolean> setStorageDataToRedis(String source)
+            {
+                return R.fail("搴撳瓨鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage());
+            }
+        };
     }
 }

--
Gitblit v1.9.3