debug:电量变化记录错误

This commit is contained in:
磷叶 2024-10-17 10:31:45 +08:00
parent f7fa804b07
commit 2f03f23288

View File

@ -1222,7 +1222,6 @@ public class TransactionBillServiceImpl implements TransactionBillService, After
ServiceUtil.assertion(refund != 1, "申请退款失败");
}, 0, TimeUnit.SECONDS);
}
}
// 清零设备
try {
@ -1248,6 +1247,7 @@ public class TransactionBillServiceImpl implements TransactionBillService, After
this.updateCloseStatus(order.getBillId(), RechargeCloseStatus.FAIL, e.getMessage());
return EndUseVO.toResult(result, false, e.getMessage());
}
}
return EndUseVO.toResult(result, true, null);
}