This commit is contained in:
邹宗楠
2023-12-13 10:39:24 +08:00
parent 90ec9e487c
commit d55f899445
2 changed files with 1 additions and 3 deletions

View File

@@ -448,7 +448,6 @@ func UpdateFakeWayBillToTiktok() {
dao.UpdateEntity(dao.GetDB(), fakeWayBill[i], "Status")
continue
}
globals.SugarLogger.Debugf("==============riderInfo : %s", utils.Format4Output(riderInfo, false))
if riderInfo.CourierName == "" && fakeWayBill[i].CourierName != "" {
riderInfo.CourierName = fakeWayBill[i].CourierName
riderInfo.CourierPhone = fakeWayBill[i].CourierMobile
@@ -462,7 +461,6 @@ func UpdateFakeWayBillToTiktok() {
}
riderInfo.LogisticsProviderCode = tiktok_api.JxVendorId2TiktokCode(fakeWayBill[i].WaybillVendorID)
globals.SugarLogger.Debugf("==============riderInfo : %s", utils.Format4Output(riderInfo, false))
// 推送骑手信息
paramsMap := utils.Struct2Map(riderInfo, "", true)
handler := partner.GetPurchaseOrderHandlerFromVendorID(fakeWayBill[i].OrderVendorID)