无关风月
2025-02-07 a16c9bebf9ab97e04afa67db1665549af86948fb
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/factory/ChargingOrderFallbackFactory.java
@@ -160,8 +160,8 @@
            }
    
            @Override
            public void endChargeBillingCharge(TransactionRecordMessageVO vo) {
                log.error("停止充电返回账单后计算费用处理失败:" + throwable.getMessage());
            public R endChargeBillingCharge(TransactionRecordMessageVO vo) {
               return R.fail("停止充电返回账单后计算费用处理失败:" + throwable.getMessage());
            }
    
            @Override