xiaoyong931011
2023-08-22 ef552b45c7affb3b91c39d2451a0233c1da67814
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -55,7 +55,11 @@
    BigDecimal selectSumAmountByType(@Param("type")int code);
    BigDecimal selectSumAmountByTypeAndDate(@Param("type")int code, @Param("dateStr") DateTime now);
    IPage<AdminMallMoneyFlowVo> selectOrderMoneyFlowInPage(Page<AdminMallMoneyFlowVo> page, @Param("record")MallOrderInfo mallOrder);
    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);
}