hongjli
2025-05-14 3d191e81842cf3bcd6f841fbe2fc3d451c45ef99
aps-api/aps-api-system/src/main/java/com/aps/system/api/factory/RemoteCoreFallbackFactory.java
@@ -34,6 +34,12 @@
            {
                return R.fail("工艺路线数据存储到Redis中失败:" + throwable.getMessage());
            }
            @Override
            public R<Boolean> setStorageDataToRedis(String source)
            {
                return R.fail("库存数据存储到Redis中失败:" + throwable.getMessage());
            }
        };
    }
}