From 7bc66c7107b67e7dbc832986248976e2cd092657 Mon Sep 17 00:00:00 2001
From: zhoujunyao <albert0450@163.com>
Date: Mon, 16 Jun 2025 13:57:30 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E6=94=AF=E4=BB=98?=
 =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=B9=E8=B4=A6=E5=8D=95id=E9=94=99?=
 =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pkg/service/bundle/pay.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/service/bundle/pay.go b/pkg/service/bundle/pay.go
index 00dad12..b35aa40 100644
--- a/pkg/service/bundle/pay.go
+++ b/pkg/service/bundle/pay.go
@@ -503,7 +503,7 @@ func AntomWebhook(c *gin.Context) {
 		_, err = service.BundleProvider.UpdateReconciliationStatusBySerialNumber(context.Background(), &bundle.UpdateStatusAndPayTimeBySerialNumber{
 			PayTime:       paymentTime,
 			PaymentStatus: 2,
-			SerialNumber:  paymentId,
+			SerialNumber:  requestId,
 		})
 		if err != nil {
 			fmt.Println("=============== antom回调,更新对账单报错:", err)