1
This commit is contained in:
@@ -546,10 +546,10 @@ func GetWaybillByStatus(urlIndex string, msg interface{}) *model.Waybill {
|
||||
case sfps2.UrlIndexOrderComplete:
|
||||
retVal := msg.(sfps2.OrderComplete)
|
||||
waybill = &model.Waybill{
|
||||
VendorWaybillID: retVal.OrderID,
|
||||
VendorWaybillID: retVal.SfOrderID,
|
||||
WaybillVendorID: model.VendorIDSFPS,
|
||||
VendorOrderID: retVal.OutOrderID,
|
||||
CourierName: retVal.RiderName,
|
||||
VendorOrderID: retVal.ShopOrderID,
|
||||
CourierName: retVal.OperatorName,
|
||||
VendorStatus: utils.Float64ToStr(retVal.OrderStatus),
|
||||
StatusTime: utils.Timestamp2Time(int64(retVal.PushTime)),
|
||||
Remark: retVal.StatusDesc,
|
||||
|
||||
Reference in New Issue
Block a user