提现总次数 提现总金额

This commit is contained in:
2024-12-19 10:08:37 +08:00
parent c769b9b71d
commit 59dd621bab
3 changed files with 105 additions and 76 deletions

View File

@@ -22,6 +22,7 @@ public interface CashOutDao extends BaseMapper<CashOut> {
List<CashOut> selectYesterday();
Double selectCashOutSum(@Param("userId") Long userId, @Param("startTime") Date startTime, @Param("endTime") Date endTime);
Double selectSysUserCashOutSum(@Param("sysUserId") Long sysUserId, @Param("time") String time);
Double sumMoney(@Param("time") String time, @Param("flag") Integer flag);