xiaoyong931011
2022-12-15 7a006a158c3e8b7012f036905f146c60e8b72e39
20221213转币
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java 2 ●●● patch | view | raw | blame | history
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");
                }