xiaoyong931011
2023-05-16 ceef4d902103ef92cf660ce3ff589c7fbd15b190
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");
                }