| | |
| | | List<IntegralTaskRecord> listDaySignRecord(@Param("uid") Long uid, @Param("cid") Long cid);
|
| | |
|
| | | /**
|
| | | * 近7天签到情况
|
| | | * |
| | | * @param uid
|
| | | * @param cid
|
| | | * @param sortState
|
| | | * 1倒序-创建时间
|
| | | * @return
|
| | | */
|
| | | List<IntegralTaskRecord> listSignRecordByDateTime(@Param("uid") Long uid, @Param("cid") Long cid, @Param("dateTime") String dateTime);
|
| | |
|
| | | |
| | | /**
|
| | | * 未领取金币
|
| | | *
|
| | | * @param count
|
| | |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | int countByTaskIdTodayNum(@Param("uid") Long uid, @Param("tid") Long tid, @Param("date") Date date);
|
| | | int countByTaskIdTodayNum(@Param("uid") Long uid, @Param("tid") Long tid, @Param("date") String date);
|
| | | }
|