From ec847265470a1c78b87e8f9cced00e33be73b48e Mon Sep 17 00:00:00 2001 From: chenlin Date: Wed, 30 Oct 2024 15:29:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E5=9B=9E=E8=B0=83=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=8E=A5=E5=8F=A3=EF=BC=8C=E4=BF=AE=E5=A4=8D"?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82=E5=A4=B1=E8=B4=A5"?= =?UTF-8?q?=E6=97=B6=E9=80=9A=E7=9F=A5=E5=AD=90=E6=B8=A0=E9=81=93=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E5=8F=82=E6=95=B0=E5=AF=BC=E8=87=B4=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/apis/migumanage/migu_notice.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/admin/apis/migumanage/migu_notice.go b/app/admin/apis/migumanage/migu_notice.go index f3bca28..3b65b0a 100644 --- a/app/admin/apis/migumanage/migu_notice.go +++ b/app/admin/apis/migumanage/migu_notice.go @@ -108,6 +108,8 @@ func (e MiGuDeployService) SubscribeNotice(c *gin.Context) { return } orderInfo.ChannelCode = inOrder.ChannelCode + orderInfo.OrderSerial = inOrder.OrderSerial + orderInfo.ChannelTradeNo = inOrder.ChannelTradeNo } else { // 订单表有记录 if orderInfo.State != 1 { err = e.Orm.Table("mg_order").Where("external_order_id = ?", orderId).Updates(map[string]interface{}{