From 6cd496d3b3321e8d33d9c528892c2efdd8a7a3dc Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期二, 20 五月 2025 10:09:34 +0800 Subject: [PATCH] 钣金需求日期:批量导入、删除、分页列表 --- 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