交易分账 重构

This commit is contained in:
2023-08-28 19:53:43 +08:00
parent 2a5651a42e
commit d00686d6e8
2 changed files with 3 additions and 7 deletions

View File

@@ -1054,7 +1054,7 @@ public class OrderService {
.build();
orderPayRecordService.batchInsert(Lists.newArrayList(orderPayRecord));
// 更新冻结金额
// 更新冻结金额 支付成功后全部冻结
memberAdapayRecordService.updateFreezeAmount(paymentId, amount);
// 支付订单成功