1
This commit is contained in:
@@ -135,6 +135,7 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str
|
|||||||
t1.store_sub_id,
|
t1.store_sub_id,
|
||||||
t1.store_sub_name,
|
t1.store_sub_name,
|
||||||
t1.vendor_price,
|
t1.vendor_price,
|
||||||
|
t1.location_code,
|
||||||
%s full_sku_name,
|
%s full_sku_name,
|
||||||
t2.name_id,
|
t2.name_id,
|
||||||
t3.img image,
|
t3.img image,
|
||||||
|
|||||||
@@ -221,6 +221,7 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo
|
|||||||
Weight: 0,
|
Weight: 0,
|
||||||
SalePrice: 0,
|
SalePrice: 0,
|
||||||
StoreSubName: utils.Int2Str(extra.Type),
|
StoreSubName: utils.Int2Str(extra.Type),
|
||||||
|
LocationCode: "活动商品,暂无货架码",
|
||||||
}
|
}
|
||||||
order.Skus = append(order.Skus, sku)
|
order.Skus = append(order.Skus, sku)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user