From 9be1a21033c21158e2ba03db6570f216e99f8fe0 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 28 Dec 2022 14:13:56 +0800 Subject: [PATCH] 1 --- business/partner/delivery/tiktok_store/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/delivery/tiktok_store/waybill.go b/business/partner/delivery/tiktok_store/waybill.go index 0cd03a9ee..12b266b02 100644 --- a/business/partner/delivery/tiktok_store/waybill.go +++ b/business/partner/delivery/tiktok_store/waybill.go @@ -201,8 +201,8 @@ func OnWaybillMsg(tag, orderId string, data interface{}) (response *tiktok_api.C if req.OccurredTime == "" { param.StatusTime = time.Now() } - globals.SugarLogger.Debugf("DYPS OnWaybillMsg param============%s", utils.Format4Output(param, false)) dispatcherFee := getDispatcherFee(req.ShopID, utils.Int64ToStr(req.ShopOrderID), tiktok_api.DispatcherFeeTypeCall) + globals.SugarLogger.Debugf("DYPS OnWaybillMsg dispatcherFee=%d req.ShipmentStatus=%d", dispatcherFee, req.ShipmentStatus) switch req.ShipmentStatus { case tiktok_api.ShipmentStatusCalling: //1 骑手呼叫中 param.DesiredFee = dispatcherFee