diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 31bcca1cf..6b00215ee 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1101,10 +1101,10 @@ type GetStoresSkusSaleInfoNewResult struct { SkuID int `orm:"column(sku_id)" json:"skuID"` SkuNameID int `orm:"column(name_id)" json:"skuNameID"` SkuName string `json:"skuName"` - SaleCount int `json:"saleCount"` //销量 - JdSaleCount int `json:"saleCount"` //销量 - MtSaleCount int `json:"saleCount"` //销量 - EbaiSaleCount int `json:"saleCount"` //销量 + SaleCount int `json:"saleCount"` //销量 + JdSaleCount int `json:"jdSaleCount"` //销量 + MtSaleCount int `json:"mtSaleCount"` //销量 + EbaiSaleCount int `json:"ebaiSaleCount"` //销量 Status int `json:"status"` SpecQuality int `json:"specQuality"` SpecUnit string `json:"specUnit"`