puzhibing
2024-10-28 03e20b226d79f4452722a42eae275edb94bebba5
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());
         }
      };
   }