xuhy
2024-10-10 a9de601f87f633f71b6e531da0b61da8665d6383
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());
         }
      };
   }