fix
Helius
2022-08-28 1ed1b9534966ce9a1e3d8bc93a7a157f604e337d
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -22,4 +22,6 @@
    List<DappFundFlowEntity> selectFundFlowListByAddress(@Param("address") String address, @Param("status") Integer status);
    Map<String, BigDecimal> selectAmountTotalByType(@Param("memberId") Long memberId);
    BigDecimal selectProfitAmountByMemberId(@Param("memberId") Long memberId);
}