1
This commit is contained in:
@@ -60,9 +60,10 @@ func (c *PurchaseHandler) callbackMsg2Waybill(tag, orderId string, data interfac
|
|||||||
CourierMobile: req.RiderPhone,
|
CourierMobile: req.RiderPhone,
|
||||||
VendorStatus: utils.Int64ToStr(req.ShipmentStatus),
|
VendorStatus: utils.Int64ToStr(req.ShipmentStatus),
|
||||||
Status: c.GetWaybillStatusFromVendorStatus(utils.Int64ToStr(req.ShipmentStatus)),
|
Status: c.GetWaybillStatusFromVendorStatus(utils.Int64ToStr(req.ShipmentStatus)),
|
||||||
StatusTime: getTimeFromTimestamp(utils.Str2Int64(req.OccurredTime)),
|
StatusTime: utils.Str2Time(req.OccurredTime),
|
||||||
Remark: "",
|
//StatusTime: getTimeFromTimestamp(utils.Str2Int64(req.OccurredTime)),
|
||||||
VendorOrgCode: vendorOrgCode.VendorOrgCode,
|
Remark: "",
|
||||||
|
VendorOrgCode: vendorOrgCode.VendorOrgCode,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user