无关风月
2025-03-25 17c1bce278e9a727d30b00e02f021e83045c5501
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/AccountingStrategyDetailFallbackFactory.java
@@ -42,7 +42,7 @@
         
         @Override
         public R<List<TAccountingStrategyDetail>> getListByAccountingStrategyId(Integer id) {
            throw new RuntimeException("根据计费策略主表id策略明细失败:" + throwable.getMessage());
            return R.fail("根据计费策略主表id策略明细失败:" + throwable.getMessage());
         }
         @Override