- fixed not initialize waybills in WatchOrderInfo.
This commit is contained in:
@@ -65,6 +65,7 @@ func NewWatchOrderInfo(order *model.GoodsOrder) (retVal *WatchOrderInfo) {
|
||||
isNeedAutoPickup: true,
|
||||
isNeed3rdDelivery: false,
|
||||
storeDeliveryType: scheduler.StoreDeliveryTypeCrowdSourcing,
|
||||
waybills: map[int]*model.Waybill{},
|
||||
}
|
||||
retVal.SetOrder(order)
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user