- wsc order expectDeliveryTime
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user