xiaoyong931011
2023-08-07 c4957c48499e767280485216ef06f769e3ec7908
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -55,4 +55,6 @@
    BigDecimal selectSumAmountByType(@Param("type")int code);
    IPage<AdminMallMoneyFlowVo> selectOrderMoneyFlowInPage(Page<AdminMallMoneyFlowVo> page, @Param("record")MallOrderInfo mallOrder);
    List<DappFundFlowEntity> selectListByMemberIdAndTypeAndDate(@Param("memberId")Long memberId, @Param("type")int code, @Param("dateStr")String now);
}