zhanghl
2025-05-14 9839e9767ca4a1e0bf8f70888bb6cb1a8e8749e6
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());
            }
        };
    }
}