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 { ...@@ -412,7 +412,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
originalPrice = append(originalPrice, model.OriginPrice{ originalPrice = append(originalPrice, model.OriginPrice{
PriceUs: price.PriceUs, PriceUs: price.PriceUs,
Purchases: price.Purchases, Purchases: price.Purchases,
PriceCn: price.PriceCn, //PriceCn: price.PriceCn,
}) })
if price.Purchases == 0 { if price.Purchases == 0 {
continue 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