| | |
| | | package com.yami.trading.api.controller; |
| | | |
| | | import cn.hutool.core.collection.CollectionUtil; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.yami.trading.api.dto.ChannelBlockchainDto; |
| | | import com.yami.trading.api.model.GetChannelBlockchainModel; |
| | |
| | | } |
| | | List<WalletExtend> walletExtends = null; |
| | | log.info(list_symbol.toString() + "============="); |
| | | if (StringUtils.isNotEmpty(partyId)) { |
| | | if (StringUtils.isNotEmpty(partyId) && CollectionUtil.isNotEmpty(list_symbol)) { |
| | | walletExtends = this.walletService.findExtend(partyId, list_symbol); |
| | | } |
| | | if (null == walletExtends) { |