Commit 4c8751dd by 杨树贤

汇率问题

parent 658b9332
Showing with 1 additions and 1 deletions
......@@ -560,7 +560,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
//人民币成本价,mro只有人民币,所以人民币价格不是从美金来的,而且人民币是含税的.就它要特殊处理
var priceCostCn float64
if sku.SupplierId == 1688 {
priceCostCn = c.MulFloat(price.PriceCn, coefficient.Ratio)
priceCostCn = c.MulFloat(price.PriceCn, 1)
} else {
priceCostCn = c.MulFloat(price.PriceUs, coefficient.Ratio, tax)
}
......
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