Pu Zhibing
2024-10-29 8abbee67c5e887ca858d8b669d2fb5b0d5c4683c
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/factory/ChargingOrderFallbackFactory.java
@@ -158,6 +158,11 @@
            public void endChargeBillingCharge(TransactionRecordMessageVO vo) {
                log.error("停止充电返回账单后计算费用处理失败:" + throwable.getMessage());
            }
            @Override
            public R<List<TChargingOrder>> getChargingOrder(TChargingOrder order) {
                return R.fail("获取充电订单数据失败:" + throwable.getMessage());
            }
        };
    }
}