xiaoyong931011
2023-04-17 4a26af2e5c0e1e0f989fca2d79150c624377b83e
src/main/java/cc/mrbird/febs/mall/mapper/MallMoneyFlowMapper.java
@@ -34,7 +34,7 @@
    BigDecimal selectProfitByDateAndMemberId(Long memberId);
    BigDecimal selectCommissionIncome(@Param("type") Integer type, @Param("date") Date date, @Param("memberId") Long memebrid);
    BigDecimal selectCommissionIncome(@Param("flowType") Integer flowType, @Param("type") Integer type, @Param("date") Date date, @Param("memberId") Long memebrid);
    BigDecimal selectThankfulCommission(@Param("date") Date date, @Param("memberId") Long memberId);
}