From 4dcf485953ff03b14f4a81e1cff1fd6603e68890 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 11 Jan 2023 10:23:17 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/waybill.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/business/partner/purchase/tiktok_store/waybill.go b/business/partner/purchase/tiktok_store/waybill.go index 4de8a15ef..cf6193d21 100644 --- a/business/partner/purchase/tiktok_store/waybill.go +++ b/business/partner/purchase/tiktok_store/waybill.go @@ -60,9 +60,10 @@ func (c *PurchaseHandler) callbackMsg2Waybill(tag, orderId string, data interfac CourierMobile: req.RiderPhone, VendorStatus: utils.Int64ToStr(req.ShipmentStatus), Status: c.GetWaybillStatusFromVendorStatus(utils.Int64ToStr(req.ShipmentStatus)), - StatusTime: getTimeFromTimestamp(utils.Str2Int64(req.OccurredTime)), - Remark: "", - VendorOrgCode: vendorOrgCode.VendorOrgCode, + StatusTime: utils.Str2Time(req.OccurredTime), + //StatusTime: getTimeFromTimestamp(utils.Str2Int64(req.OccurredTime)), + Remark: "", + VendorOrgCode: vendorOrgCode.VendorOrgCode, } }