xiaoyong931011
2022-12-16 ecedfccfa0a5161df4b3e2409e63850e25eb3c07
src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -223,7 +223,7 @@
                if(ObjectUtil.isNotEmpty(fundFlowOld)){
                    //网络问题导致第二次提交前,未成功就关闭了页面
                    if (fundFlowOld.getStatus() == 1 && StrUtil.isEmpty(fundFlowOld.getFromHash())) {
                        dappFundFlowDao.deleteById(transferDto.getId());
                        dappFundFlowDao.deleteById(fundFlowOld.getId());
                    }
                    throw new FebsException("Refresh and try again");
                }