From 918eb3afde4886ab9d87e9f2fafbde1bf9e83587 Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期四, 15 五月 2025 16:30:26 +0800
Subject: [PATCH] 【ADD】新增将钣金子单数据存到redis中定时任务

---
 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