签到记录

This commit is contained in:
谭凯凯
2024-12-26 13:57:27 +08:00
committed by Tankaikai
parent 650b3bc4ea
commit 70e0d736ba
5 changed files with 269 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ public interface CashOutDao extends BaseMapper<CashOut> {
List<CashOut> selectYesterday();
List<CashOut> selectTemp();
Double selectCashOutSum(@Param("userId") Long userId, @Param("startTime") Date startTime, @Param("endTime") Date endTime);
Integer selectTodayCashCount(@Param("userId") Long userId, @Param("state") Integer state);
Double selectSysUserCashOutSum(@Param("sysUserId") Long sysUserId, @Param("time") String time);