Helius
2020-09-07 20e7ef5cbd5630d9d8b319856cad8e64acbce2c3
src/main/java/com/xcong/excoin/modules/coin/service/impl/CoinServiceImpl.java
@@ -186,11 +186,10 @@
        Long memberId = LoginUserUtils.getAppLoginUser().getId();
        PlatformCnyUsdtExchangeEntity cnyUsdtExchange = cnyUsdtExchangeDao.getCNYAndUSDTOne();
        BigDecimal cnyUsdt = cnyUsdtExchange.getValue();
        Map<String, Object> columnMap = new HashMap<String, Object>();
        columnMap.put("member_id", memberId);
        Map<String, Object> map = new HashMap<String, Object>();
        map.put("wallet_code", "USDT");
        columnMap.put("wallet_code", "USDT");
      List<MemberWalletContractEntity> selectByMap = memberWalletContractDao.selectByMap(columnMap);
      MemberWalletContractInfoVo memberWalletContractInfoVo = new MemberWalletContractInfoVo();
      if(CollUtil.isNotEmpty(selectByMap)) {