Commit 84319ad9 by jianan

新增应付16

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