| | |
| | | * @param day
|
| | | * @return
|
| | | */
|
| | | public Integer countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day);
|
| | | public int countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day);
|
| | |
|
| | | /**
|
| | | * 添加获取记录
|
| | |
| | | */
|
| | | public List<IntegralTaskRecord> listByCidAndUidAndCreateTime(Long cid,Long uid, Date minTime, Date maxTime, int page, int count);
|
| | |
|
| | | |
| | | |
| | | /**
|
| | | * 根据用户ID与任务ID查询记录
|
| | | * @param uid
|
| | | * @param taskId
|
| | | * @param page
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<IntegralTaskRecord> listByUidAndTaskId(Long uid,Long taskId,int page,int count);
|
| | | /**
|
| | | * 根据类型与时间检索
|
| | | * @param cid
|
| | |
| | | */
|
| | | public long countByCidAndUidAndCreateTime(Long cid,Long uid, Date minTime, Date maxTime);
|
| | |
|
| | | /**
|
| | | * 被邀请人下了首单(第一笔返利订单),则直接给邀请人一笔金币进入到金币余额中(金币的额度暂定为1500金币)
|
| | | * @param uid 邀请人id
|
| | | * @param beizu 备注信息
|
| | | */
|
| | | public void firstOrderRewardInviter(Long uid, String beizu);
|
| | |
|
| | | }
|