无关风月
2025-03-20 b47c2fed1a54f838abf2c1f14da4516f811d9065
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/AccountingStrategyDetailFallbackFactory.java
@@ -42,7 +42,12 @@
         
         @Override
         public R<List<TAccountingStrategyDetail>> getListByAccountingStrategyId(Integer id) {
            throw new RuntimeException("根据计费策略主表id策略明细失败:" + throwable.getMessage());
            return R.fail("根据计费策略主表id策略明细失败:" + throwable.getMessage());
         }
         @Override
         public R<List<TAccountingStrategyDetail>> getDetailListByCode(String code) {
            return R.fail("通过桩编号查询当前使用的策略明细列表失败:" + throwable.getMessage());
         }
      };
   }