src/main/java/cc/mrbird/febs/dapp/service/impl/DappSystemServiceImpl.java
@@ -463,7 +463,7 @@ return; } Integer count = dappFundFlowDao.updateStatusById(DappFundFlowEntity.WITHDRAW_STATUS_AGREE,dappFundFlowEntity.getId()); if(count > 0){ // if(count > 0){ //金额 BigDecimal amount = dappFundFlowEntity.getAmount(); //目标地址 @@ -473,9 +473,10 @@ if(StrUtil.isEmpty(hash)){ return; } dappFundFlowEntity.setToHash(hash); log.info("{},{}",id,hash); dappFundFlowEntity.setFromHash(hash); dappFundFlowDao.updateById(dappFundFlowEntity); } // } } @Override