From ace4b715a942a272a11f070cac09ffb903160a1c Mon Sep 17 00:00:00 2001 From: wuchao <1272174216@qq.com> Date: Wed, 3 Jul 2024 18:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=9B=9E=E8=B0=83=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/OrderService.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/OrderService.go b/app/services/OrderService.go index 504e4de..d6e6363 100644 --- a/app/services/OrderService.go +++ b/app/services/OrderService.go @@ -226,6 +226,7 @@ func OrderNotify(request front.YouChuRequest) (NotifyResponse front.YouChuOrderN Stock, _ := strconv.Atoi(productDetail.Stock) productDetail.Stock = strconv.Itoa(Stock - 1) } + } else { //order.RefundOrderNo = YouChuOrderNotifyRequest.OrgTxnSeq //order.RefundOrderSta = YouChuOrderNotifyRequest.OrderSta