1
This commit is contained in:
@@ -508,12 +508,10 @@ func UpdateFakeWayBillToTiktok() {
|
|||||||
} else if order.VendorID == model.VendorIDJD {
|
} else if order.VendorID == model.VendorIDJD {
|
||||||
jd.OrderDeliveryCoordinate(order.VendorOrgCode, utils.Struct2Map(riderInfo, "", true))
|
jd.OrderDeliveryCoordinate(order.VendorOrgCode, utils.Struct2Map(riderInfo, "", true))
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// 还没到下一状态时间
|
// 还没到下一状态时间
|
||||||
if fakeWayBill[i].StatusTime.After(time.Now()) {
|
if fakeWayBill[i].StatusTime.After(time.Now()) {
|
||||||
continue
|
continue
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user