This commit is contained in:
2024-09-05 16:40:22 +08:00
parent 7410cf565c
commit 323fab28d7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -124,6 +124,8 @@ func CancelUnPayOrder(msg amqp091.Delivery) {
}
}
tx.Commit()
// 关闭支付订单
if data.PayChannel == 1 {
// h5支付
@@ -141,7 +143,5 @@ func CancelUnPayOrder(msg amqp091.Delivery) {
}
}
tx.Commit()
_ = msg.Ack(false)
}