fix
wzy
2022-11-06 c0989001fbddc1b6e24783c3a4b8cb8775eab1fe
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -22,4 +22,8 @@
    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);
    DappFundFlowEntity selectNewestFundFlow(@Param("memberId") Long memberId, @Param("type") Integer type);
}