- fix bug in CreateWaybillOnProvidersEx and SelfDeliveringAndUpdateStatus
This commit is contained in:
@@ -624,7 +624,7 @@ func (s *DefScheduler) loadSavedOrderFromMap(status *model.OrderStatus, isAutoLo
|
||||
OrderCreatedAt: status.StatusTime,
|
||||
WaybillVendorID: model.VendorIDUnknown,
|
||||
})
|
||||
globals.SugarLogger.Infof("loadSavedOrderFromMap can not load order orderID:%s", status.VendorOrderID)
|
||||
globals.SugarLogger.Infof("loadSavedOrderFromMap can not load order orderID:%s with error:%v", status.RefVendorOrderID, err)
|
||||
}
|
||||
}
|
||||
return realSavedInfo
|
||||
|
||||
Reference in New Issue
Block a user