From d337c8e2e21df8ff7d2ecae493fa7a65627fedea Mon Sep 17 00:00:00 2001 From: Zhu Zhonghua <zhonghua@qq.com> Date: 星期四, 22 五月 2025 14:52:48 +0800 Subject: [PATCH] 处理焊缝大数据插入异常问题 --- aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java | 12 ++++++++++++ 1 files changed, 12 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 9e50240..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; @@ -34,6 +35,17 @@ { return R.fail("宸ヨ壓璺嚎鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage()); } + + @Override + public R<Boolean> setStorageDataToRedis(String source) + { + return R.fail("搴撳瓨鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage()); + } + + @Override + public R<AjaxResult> setPlateSubPlansToRedis(String source) { + return R.fail("閽i噾瀛愬崟璁″垝鏁版嵁瀛樺偍鍒癛edis涓け璐�:" + throwable.getMessage()); + } }; } } -- Gitblit v1.9.3