无关风月
2024-11-04 57ef797a456d8a4615c6a3f9602ab02f4009c626
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