无关风月
2024-11-02 ebeb159e3779cc3c9acc19648b24e0507fcc6e15
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());
         }
      };
   }