fix
Helius
2022-06-06 3b9b3ca34ab3eee7c1c317f8c942aac5d797fb17
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -16,4 +16,6 @@
    List<DappFundFlowEntity> selectListForMemberAndDay(@Param("memberId") Long memberId, @Param("type") int type);
    DappFundFlowEntity selectMineFundFlowByMemberIdAndTime(@Param("time") Long memberId, @Param("time") Date time);
    DappFundFlowEntity selectByFromHash(@Param("txHash") String txHash, @Param("status") Integer status);
}