From 132b82f5ea78ce33873290567a8faf7e2263afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 19 Nov 2024 14:55:20 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 1 + business/partner/purchase/mtwm/order.go | 1 + 2 files changed, 2 insertions(+) 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) }