huangjiayang
2025-05-15 918eb3afde4886ab9d87e9f2fafbde1bf9e83587
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("库存数据存储到Redis中失败:" + throwable.getMessage());
            }
            @Override
            public R<AjaxResult> setPlateSubPlansToRedis(String source) {
                return R.fail("钣金子单计划数据存储到Redis中失败:" + throwable.getMessage());
            }
        };
    }
}