xuhy
2025-07-14 d07f02be585e9c829b452e025ec0b6886a44deb0
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/AccountingStrategyFallbackFactory.java
@@ -25,7 +25,7 @@
         
         @Override
         public R<TAccountingStrategy> getAccountingStrategyById(Integer id) {
            throw new RuntimeException("根据id查询计费策略失败:" + throwable.getMessage());
            return R.fail("根据id查询计费策略失败:" + throwable.getMessage());
         }
      };
   }