src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -450,6 +450,7 @@ } nftActive.setCount(count); nftActive.setHash(activeDto.getTxHash()); dappNftActivationDao.updateById(nftActive); } @@ -472,7 +473,7 @@ ActiveNftListVo nftVo = new ActiveNftListVo(); nftVo.setId(nft.getId()); nftVo.setRemain(DateUtil.between(now, nft.getExpireTime(), DateUnit.SECOND, false)); nftVo.setCount(nft.getCount()); list.add(nftVo); });