zainali5120
2021-02-25 96f1426be1f77c12a1b5a41f44ad45a698579356
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)) {