Helius
2020-07-09 cc05a838266226a2c8cba80f781e6f3f29c5e361
src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java
@@ -5,6 +5,7 @@
import javax.annotation.Resource;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import com.alibaba.fastjson.JSONObject;
@@ -23,6 +24,7 @@
import com.xcong.excoin.utils.MessageSourceUtils;
import com.xcong.excoin.utils.RedisUtils;
@Slf4j
@Service
public class BlockSeriveImpl implements BlockSerive {
@@ -54,6 +56,7 @@
         memberCoinAddress = memberMapper.selectBlockAddress(Long.parseLong(mId), symbol);
      }
      ////System.out.println("symbol  ========== "+symbol);
      log.info("--->{}", memberCoinAddress);
      if(memberCoinAddress!=null) {
         ////System.out.println("1===================================");
         map.put("address", memberCoinAddress.getAddress());