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()); } }; } }