- wsc order expectDeliveryTime

This commit is contained in:
gazebo
2019-01-26 10:31:08 +08:00
parent c3b8d54602
commit ab53a4b61d

View File

@@ -129,6 +129,9 @@ func (p *PurchaseHandler) GetOrder(vendorOrderID string) (order *model.GoodsOrde
ActualPayPrice: jxutils.StandardPrice2Int(utils.MustInterface2Float64(result["totalAmount"])),
BusinessType: model.BusinessTypeImmediate,
}
// if expectDeliveryTimeStr, ok := logisticsDeliveryDetail["expectDeliveryTime"].(string); ok {
// if expectDeliveryTimeStr =
// }
order.Status = p.GetStatusFromVendorStatus(order.VendorStatus)
itemList := result["itemList"].([]interface{})
for _, v := range itemList {