diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index f35a86176..5c176dc84 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -135,6 +135,7 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str t1.store_sub_id, t1.store_sub_name, t1.vendor_price, + t1.location_code, %s full_sku_name, t2.name_id, t3.img image, diff --git a/business/partner/purchase/mtwm/order.go b/business/partner/purchase/mtwm/order.go index f26d34a96..bc2bb7fce 100644 --- a/business/partner/purchase/mtwm/order.go +++ b/business/partner/purchase/mtwm/order.go @@ -221,6 +221,7 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo Weight: 0, SalePrice: 0, StoreSubName: utils.Int2Str(extra.Type), + LocationCode: "活动商品,暂无货架码", } order.Skus = append(order.Skus, sku) }