Commit 5f6e107e by mushishixian

去掉rutronik的价格转换

parent 063d926e
Showing with 4 additions and 4 deletions
...@@ -246,10 +246,10 @@ func (ls *LyService) TransformSpecialSupplierPrice(supplierId int64, priceUs flo ...@@ -246,10 +246,10 @@ func (ls *LyService) TransformSpecialSupplierPrice(supplierId int64, priceUs flo
customRate := 0.93 //欧元转美金 customRate := 0.93 //欧元转美金
priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4) priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4)
break break
case 1673: // case 1673:
customRate := 0.93 //欧元转美金 // customRate := 0.93 //欧元转美金
priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4) // priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4)
break // break
} }
return priceUs return priceUs
} }
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