Commit 8e720d08 by mushishixian

兼容新的供应商价格系数

parent 81bc8b8f
Showing with 4 additions and 0 deletions
......@@ -246,6 +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
}
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