From c0cf0a9e1c2a058a3a79a5191b4839d2e5144d4d Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 12 May 2019 10:31:23 +0800 Subject: [PATCH] =?UTF-8?q?-=20jd=E7=9A=84AfsCreatedAt=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E7=94=A8afsInfo.CreateTime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jd/order_afs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/jd/order_afs.go b/business/partner/purchase/jd/order_afs.go index 1852d15eb..d5e1be329 100644 --- a/business/partner/purchase/jd/order_afs.go +++ b/business/partner/purchase/jd/order_afs.go @@ -128,7 +128,7 @@ func (c *PurchaseHandler) buildAfsOrder(afsInfo *jdapi.AfsServiceResponse) (afsO VendorOrderID: afsInfo.OrderID, VendorStoreID: afsInfo.StationID, StoreID: int(utils.Str2Int64WithDefault(afsInfo.StationNumOutSystem, 0)), - AfsCreatedAt: afsInfo.UpdateTime.GoTime(), + AfsCreatedAt: afsInfo.CreateTime.GoTime(), FreightUserMoney: afsInfo.OrderFreightMoney, AfsFreightMoney: afsInfo.AfsFreight, BoxMoney: afsInfo.PackagingMoney,