| | |
| | | List<SimpleMyCollectVO> getCollectsByVideoIds(@Param("videoIds") List<String> videoIds, @Param("userId") String currentUserId); |
| | | |
| | | /** |
| | | * 根据某收藏类型id分组统计数量,比如:统计每个视频的收藏数 |
| | | * 根据视频藏类型id分组统计数量,比如:统计每个视频的收藏数 |
| | | * |
| | | * @param type |
| | | * @return |
| | | */ |
| | | List<CollectTypeNumVO> countNumGroupByType(@Param("type") String type); |
| | | List<CollectTypeNumVO> countNumGroupByVideo(); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | IPage getStoreCollectPage(IPage page,@Param("userId")String userId); |
| | | |
| | | /** |
| | | * 获得我的收藏 视频 |
| | | * @param page |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | IPage getVideoCollectPage(IPage page,@Param("userId")String userId); |
| | | |
| | | IPage getGoodsCollectPage(IPage page,@Param("userId")String type); |
| | | } |