This commit is contained in:
邹宗楠
2024-11-19 14:55:20 +08:00
parent 820845c511
commit 132b82f5ea
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -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)
}