xiangpei
7 天以前 71f0e421e4e30a98fa61e3f9f5b62d4eaf84bae8
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java
@@ -54,4 +54,11 @@
     * @return
     */
    List<CollectTypeNumVO> countNumGroupByVideo();
    /**
     * 批量更新视频评论点赞数
     *
     * @param chunk
     */
    void updateCommentThumbsUpNumBatch(@Param("list") List<CollectTypeNumVO> chunk);
}