Commit 57977c66 by jianan

新增应付14-应付款结算汇率不对

parent ca3567d3
...@@ -474,7 +474,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -474,7 +474,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
log.info("结算币种:{}", currency); log.info("结算币种:{}", currency);
BigDecimal exchangeRate = queryExchangeRateByFeign(policyCurrency, currency); BigDecimal exchangeRate = queryExchangeRateByFeign(currency, "HKD");
log.info("结算汇率:{}", exchangeRate); log.info("结算汇率:{}", exchangeRate);
......
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