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
customRate := 0.93 //欧元转美金
priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4)
break
case 1673:
customRate := 0.93 //欧元转美金
priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4)
break
// case 1673:
// customRate := 0.93 //欧元转美金
// priceUs = c.MyRound(c.DivFloat(priceUs, customRate), 4)
// break
}
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