xiaoyong931011
2022-12-05 d42cd9ab4ced3182a2a57132e1fac4ed85a2cad4
20221130
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/dapp/service/impl/DappSystemServiceImpl.java 2 ●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/dapp/service/impl/DappSystemServiceImpl.java
@@ -473,7 +473,7 @@
            if(StrUtil.isEmpty(hash)){
                return;
            }
            dappFundFlowEntity.setToHash(hash);
            dappFundFlowEntity.setFromHash(hash);
            dappFundFlowDao.updateById(dappFundFlowEntity);
        }
    }