diff --git a/business/partner/purchase/mtwm/order.go b/business/partner/purchase/mtwm/order.go index b8e4a43a4..821e4ebe9 100644 --- a/business/partner/purchase/mtwm/order.go +++ b/business/partner/purchase/mtwm/order.go @@ -55,8 +55,8 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo vendorOrderID := utils.Int64ToStr(utils.MustInterface2Int64(result["order_id"])) deliveryTime := utils.Interface2Int64WithDefault(result["delivery_time"], 0) order = &model.GoodsOrder{ - VendorOrderID: vendorOrderID, - VendorOrderID2: utils.Int64ToStr(utils.MustInterface2Int64(result["wm_order_id_view"])), + VendorOrderID: vendorOrderID, + // VendorOrderID2: utils.Int64ToStr(utils.MustInterface2Int64(result["wm_order_id_view"])), VendorID: model.VendorIDMTWM, VendorStoreID: result["app_poi_code"].(string), StoreID: int(utils.Str2Int64(result["app_poi_code"].(string))),