Commit 4c6de5d8 by zhangxingmin

Merge remote-tracking branch 'origin/dev' into prod

parents d5b28c66 6e6f6e92
...@@ -1257,8 +1257,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -1257,8 +1257,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
// 默认结算汇率 // 默认结算汇率
updateExpectedFortune.setDefaultExchangeRate( updateExpectedFortune.setDefaultExchangeRate(
queryExchangeRateByFeign( queryExchangeRateByFeign(
expectedFortune.getPolicyCurrency(), updateExpectedFortune.getCurrency(),
updateExpectedFortune.getCurrency() expectedFortune.getCurrency()
)); ));
// 计算港币金额 // 计算港币金额
updateExpectedFortune.setHkdAmount(updateExpectedFortune.getAmount().multiply(updateExpectedFortune.getDefaultExchangeRate())); updateExpectedFortune.setHkdAmount(updateExpectedFortune.getAmount().multiply(updateExpectedFortune.getDefaultExchangeRate()));
......
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 to comment