From 35aceee100051fe38f6cd12932397d8cd971cc07 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 24 七月 2025 16:36:32 +0800 Subject: [PATCH] Merge branch 'dev' of http://120.76.84.145:10101/gitblit/r/java/mx_charging_pile --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java index 42537a7..93dcd59 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java @@ -118,7 +118,7 @@ } @Override - public R<BigDecimal> getGreenElectricity(List<Integer> siteIds) { + public R<BigDecimal> getGreenElectricity() { return R.fail("远程调用获取配置失败:"+throwable.getMessage()); } @@ -131,6 +131,11 @@ public R<HashMap<String, Object>> getCarportData() { return R.fail("远程调用获取配置失败:"+throwable.getMessage()); } + + @Override + public R reset(String electricity) { + return R.fail("远程调用获取配置失败:"+throwable.getMessage()); + } }; } } -- Gitblit v1.7.1