Pu Zhibing
9 天以前 3244b550596e0330031b3f4547356927df83b0ad
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());
         }
      };
   }