src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -193,7 +193,7 @@ } //插入一条会员入列记录,即加入动能队列 DappSystemProfit dappSystemProfit = new DappSystemProfit(member.getId(), transferDto.getAmount()); DappSystemProfit dappSystemProfit = new DappSystemProfit(member.getId(), flow.getAmount()); dappSystemProfitDao.insert(dappSystemProfit); flow.setFromHash(transferDto.getTxHash());