mtwm的RetailSellStatus不需要传递Skus参数

This commit is contained in:
gazebo
2019-10-25 17:51:35 +08:00
parent bc2841a1fc
commit b9bbe1d375

View File

@@ -306,6 +306,8 @@ func storeSku2Mtwm(storeSkuList []*partner.StoreSkuInfo, updateType int) (skuLis
skuInfo.Skus[0].Stock = stockCount2Mtwm(storeSku.Stock)
} else if updateType == updateTypePrice {
skuInfo.Skus[0].Price = jxutils.IntPrice2StandardString(storeSku.VendorPrice)
} else {
skuInfo.Skus = nil
}
skuList = append(skuList, skuInfo)
}