KKSU
2024-03-26 1fc55557edc436d27758001a14b87208793550df
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -31,4 +31,6 @@
    BigDecimal selectAmountTotalByTypeAndMemberIdAndDate(@Param("memberId") Long memberId,@Param("type") int type, @Param("date") Date date);
    IPage<MoneyFlowVo> findMoneyFlowVos(Page<MoneyFlowVo> page, @Param("record")TeamListDto teamListDto);
    IPage<DappFundFlowEntity> selectInPages(Page<DappFundFlowEntity> page, @Param("record")DappFundFlowEntity dappFundFlowEntity);
}