xuhy
2024-09-02 cb63313e5e30efc4f246546c9c7f07ffeff4a0e2
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/AccountingStrategyDetailFallbackFactory.java
@@ -26,6 +26,11 @@
         public R<TAccountingStrategyDetail> getNowData(Integer accountingStrategyId) {
            return R.fail("获取当前有效的计费策略明细失败:" + throwable.getMessage());
         }
         @Override
         public R<TAccountingStrategyDetail> getDetailBySiteId(Integer siteId) {
            return R.fail("通过站点id查询当前时段使用的策略明细失败:" + throwable.getMessage());
         }
      };
   }
}