KKSU
2024-07-09 41b6ea8b6876fab2143dc8daf0244cd3f63a5d31
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -26,5 +26,9 @@
    BigDecimal selectProfitAmountByMemberId(@Param("memberId") Long memberId);
    BigDecimal selectSumAmountByMemberIdAndType(@Param("memberId") Long memberId, @Param("type") Integer type);
    BigDecimal selectSumRunPerkByMemberId(@Param("memberId") Long memberId);
    DappFundFlowEntity selectNewestFundFlow(@Param("memberId") Long memberId, @Param("type") Integer type);
}