1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user