| | |
| | | |
| | | for (Object address : poolAddress) { |
| | | String next = (String) address; |
| | | log.info("归集地址:{}", next); |
| | | // log.info("归集地址:{}", next); |
| | | //查询USDT余额 |
| | | MemberCoinAddressEntity memberCoinAddressEntity = memberCoinAddressDao.selectCoinAddressByAddressAndSymbolTag(next, "USDT", "ERC20"); |
| | | if(ObjectUtil.isEmpty(memberCoinAddressEntity)){ |
| | |
| | | |
| | | for (Object address : poolAddress) { |
| | | String next = (String) address; |
| | | log.info("归集地址:{}", next); |
| | | // log.info("归集地址:{}", next); |
| | | //查询USDT余额 |
| | | MemberCoinAddressEntity memberCoinAddressEntity = memberCoinAddressDao.selectCoinAddressByAddressAndSymbolTag(next, "USDT", "ERC20"); |
| | | if(ObjectUtil.isEmpty(memberCoinAddressEntity)){ |