xiangpei
2025-06-02 1771aa17eb020c4ef22bc8addf83ed2ae97cdfac
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);
}