xiangpei
2025-05-29 e0beab0edb7049fdf46aca17f32f9dc5f4a8a755
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
@@ -54,4 +54,11 @@
     * @param numList
     */
    void updateCollectNumBatch(@Param("list") List<CollectTypeNumVO> numList);
    /**
     * 批量更新视频评论数量
     *
     * @param numList
     */
    void updateCommentNumBatch(@Param("list") List<CollectTypeNumVO> numList);
}