- VendorOrderID2 for ebai order

This commit is contained in:
gazebo
2018-11-13 22:31:56 +08:00
parent 22eb6b76dd
commit 3596ae9e8e
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ func (p *PurchaseHandler) GetOrder(vendorOrderID string) (order *model.GoodsOrde
userMap := result["user"].(map[string]interface{})
order = &model.GoodsOrder{
VendorOrderID: vendorOrderID,
VendorOrderID2: orderMap["eleme_order_id"].(string),
VendorID: model.VendorIDEBAI,
VendorStoreID: shopMap["baidu_shop_id"].(string),
StoreID: int(utils.Str2Int64WithDefault(utils.Interface2String(shopMap["id"]), 0)),