Commit 5700d6e2 by 杨树贤

代购origin_price不会有人民币变化

parent 2133484b
Showing with 1 additions and 1 deletions
......@@ -412,7 +412,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
originalPrice = append(originalPrice, model.OriginPrice{
PriceUs: price.PriceUs,
Purchases: price.Purchases,
PriceCn: price.PriceCn,
//PriceCn: price.PriceCn,
})
if price.Purchases == 0 {
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment