| | |
| | | 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)) {
|