提现总次数 提现总金额
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user