From 18c2ef285c362757f13039bb1a71c1e749576364 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 25 Nov 2022 16:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=8B=86=E5=8D=95=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/v2/logic/third/supply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/v2/logic/third/supply.go b/internal/v2/logic/third/supply.go index 68305ed..fc16fa6 100644 --- a/internal/v2/logic/third/supply.go +++ b/internal/v2/logic/third/supply.go @@ -879,7 +879,7 @@ func (s *supplyLogic) OrderSplit(orderSplit supply.OrderSplit) error { PayType: rod.PayType, Kind: rod.Kind, ThirdPartyType: rod.ThirdPartyType, - ThirdPartyOrderSn: fmt.Sprintf("%d", orderSplit.OrderSn), + ThirdPartyOrderSn: orderSplit.OrderSn, OrderType: rod.OrderType, } var orderAddr manage2.RecookOrderAddrModel