| | |
| | | */ |
| | | List<Long> getValidWorkerIdsByUid(@Param("uid")Long uid,@Param("list") List<Long> list,@Param("type")Integer type); |
| | | |
| | | |
| | | /** |
| | | * 分页查询有效粉丝记录 |
| | | * @param start |
| | | * @param count |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | List<UserInviteValidRecord> listByTypeAndUid(@Param("start")long start, @Param("count")int count, |
| | | @Param("uid")Long uid, @Param("type")int type); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询有效关系 |
| | | * @param uid |
| | | * @param workerId |
| | | * @param type |
| | | * @return |
| | | */ |
| | | UserInviteValidRecord getByUidAndWorkerId(@Param("uid")Long uid, @Param("workerId")Long workerId, @Param("type")int type); |
| | | |
| | | |
| | | } |