| | |
| | | * @param day
|
| | | * @return
|
| | | */
|
| | | public Integer countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day);
|
| | | public int countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day);
|
| | |
|
| | | /**
|
| | | * 添加获取记录
|
| | |
| | | */
|
| | | public IntegralTaskRecord addRecord(IntegralTaskRecord record) throws IntegralTaskRecordException;
|
| | |
|
| | | /**
|
| | | * 根据类型与时间检索
|
| | | * @param cid
|
| | | * @param minTime
|
| | | * @param maxTime
|
| | | * @param page
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<IntegralTaskRecord> listByCidAndUidAndCreateTime(Long cid,Long uid, Date minTime, Date maxTime, int page, int count);
|
| | |
|
| | | /**
|
| | | * 根据类型与时间检索
|
| | | * @param cid
|
| | | * @param minTime
|
| | | * @param maxTime
|
| | | * @return
|
| | | */
|
| | | public long countByCidAndUidAndCreateTime(Long cid,Long uid, Date minTime, Date maxTime);
|
| | |
|
| | | }
|