Commit 6e6f6e92 by jianan

更新应付数据

parent 3cffef0e
...@@ -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