1
This commit is contained in:
@@ -130,7 +130,6 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
} else if model.IsSyncStatusUpdate(catInfo.CatSyncStatus) { // 修改 1
|
} else if model.IsSyncStatusUpdate(catInfo.CatSyncStatus) { // 修改 1
|
||||||
globals.SugarLogger.Debugf("=====修改ebai分类:===%s,", utils.Format4Output(catInfo, false))
|
|
||||||
err = handler.UpdateStoreCategory(ctx, storeID, vendorStoreID, catInfo)
|
err = handler.UpdateStoreCategory(ctx, storeID, vendorStoreID, catInfo)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
updateFields = append(updateFields, idFieldName)
|
updateFields = append(updateFields, idFieldName)
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ func GetOrderRiderInfoToPlatform(orderId string, wayBillStatus int) {
|
|||||||
riderInfo.CourierName = "石锋"
|
riderInfo.CourierName = "石锋"
|
||||||
riderInfo.CourierPhone = "18048531223"
|
riderInfo.CourierPhone = "18048531223"
|
||||||
riderInfo.LogisticsProviderCode = "10017"
|
riderInfo.LogisticsProviderCode = "10017"
|
||||||
|
riderInfo.LogisticsContext = "呼叫骑手,新建运单"
|
||||||
}
|
}
|
||||||
|
|
||||||
riderInfo.ThirdCarrierOrderId = v.VendorWaybillID
|
riderInfo.ThirdCarrierOrderId = v.VendorWaybillID
|
||||||
@@ -88,8 +89,8 @@ func GetOrderRiderInfoToPlatform(orderId string, wayBillStatus int) {
|
|||||||
switch riderInfo.LogisticsStatus {
|
switch riderInfo.LogisticsStatus {
|
||||||
case 5: // 呼叫骑手
|
case 5: // 呼叫骑手
|
||||||
riderInfo.LogisticsStatus = 0
|
riderInfo.LogisticsStatus = 0
|
||||||
//riderInfo.CourierName = ""
|
riderInfo.CourierName = ""
|
||||||
//riderInfo.CourierPhone = ""
|
riderInfo.CourierPhone = ""
|
||||||
riderInfo.OpCode = tiktok_api.TiktokLogisticsStatusCALLRIDER
|
riderInfo.OpCode = tiktok_api.TiktokLogisticsStatusCALLRIDER
|
||||||
case 12: // 骑手接单
|
case 12: // 骑手接单
|
||||||
riderInfo.LogisticsStatus = 12
|
riderInfo.LogisticsStatus = 12
|
||||||
|
|||||||
Reference in New Issue
Block a user