xiangpei
9 天以前 1cdb060a8aa59b0979f7609db1781805528e76e7
framework/src/main/java/cn/lili/modules/lmk/mapper/MyCollectMapper.java
@@ -40,12 +40,11 @@
    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();
    /**