소스 검색

修改汇率

sadd 6 년 전
부모
커밋
6289b79eb1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/bjlt/spider/utils/LoopCommonUtils.java

+ 2 - 2
src/main/java/com/bjlt/spider/utils/LoopCommonUtils.java

@@ -70,8 +70,8 @@ public class LoopCommonUtils {
 		Double exchangeRate = ExchangeRateInstance.getInstance().getExchangeRate(currency);
 		if(ToolUtils.isEmpty(exchangeRate)){
 			ScExchangeRate scExchangeRate = new ScExchangeRate();
-			scExchangeRate.setExchangeCurrency(currency);
-			scExchangeRate.setForeCurrency("CNY");
+			scExchangeRate.setExchangeCurrency("CNY");
+			scExchangeRate.setForeCurrency(currency);
 			scExchangeRate.setGroupId("1");
 			List<ScExchangeRate> scExchangeRates = scExchangeRateDao.listScExchangeRate(scExchangeRate);
 			Double finalRate =null;