KKSU
2024-05-13 a957341941e24a3547a2232e4ae3aabcd457a1c5
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -62,4 +62,6 @@
    List<DappFundFlowEntity> selectListByMemberIdAndTypeAndDate(@Param("memberId")Long memberId, @Param("type")int code, @Param("dateStr") DateTime now);
    List<DappFundFlowEntity> selectListByTypeAndDate(@Param("type")int code, @Param("dateStr") DateTime now);
    BigDecimal selectSumAmountByMemberIdAndType(@Param("memberId") Long memberId,@Param("type")int type);
}