| src/main/java/cc/mrbird/febs/dapp/service/impl/DappSystemServiceImpl.java | ●●●●● 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); } }