KKSU
2024-07-09 b90204ae4fc53bf4bdc1c232aa4079e5d3e434f7
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -28,5 +28,7 @@
    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);
}