无关风月
2024-10-09 2d48e25c07cb7ab0d9f22d323d272556fe27d98f
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());
         }
      };
   }