This commit is contained in:
邹宗楠
2025-02-13 17:00:58 +08:00
parent 66b172927b
commit f7ccbf9dde
2 changed files with 2 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str
t3.desc_img descImg,
t3.price price,
b.location_code locationCode2,
b.location_code locationCode,
b.stock skuStock,
t3.upc
FROM order_sku t1

View File

@@ -87,6 +87,7 @@ type OrderSkuExt struct {
Upc string `json:"upc"` //
Price int64 `json:"price"` // 商品库价格
LocationCode2 string `orm:"column(locationCode2)" json:"locationCode2"` // 本地商品货架码
LocationCode string `orm:"column(locationCode)" json:"locationCode"` // 本地商品货架码
SkuStock int64 `orm:"column(skuStock)" json:"skuStock"` // 商品库存
// RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱