xiaoyong931011
2022-12-05 5c50761c2d0119e6e07ec92bfbef688a9c3e13a2
src/main/java/cc/mrbird/febs/dapp/service/impl/DappSystemServiceImpl.java
@@ -473,7 +473,8 @@
            if(StrUtil.isEmpty(hash)){
                return;
            }
            dappFundFlowEntity.setToHash(hash);
            log.info("{},{}",id,hash);
            dappFundFlowEntity.setFromHash(hash);
            dappFundFlowDao.updateById(dappFundFlowEntity);
        }
    }