KKSU
2024-06-13 a9e4aa269a3f49da733925fdb5e7a02339f73e56
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -26,5 +26,7 @@
    BigDecimal selectProfitAmountByMemberId(@Param("memberId") Long memberId);
    BigDecimal selectSumAmountByMemberIdAndType(@Param("memberId") Long memberId, @Param("type") Integer type);
    DappFundFlowEntity selectNewestFundFlow(@Param("memberId") Long memberId, @Param("type") Integer type);
}