From 32affb9328997ab51b2c88f7f034c16a1e7ed6d0 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 30 五月 2025 17:15:20 +0800
Subject: [PATCH] 评论点赞

---
 framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java
index 81749f8..a632138 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java
@@ -1,6 +1,7 @@
 package cn.lili.modules.lmk.mapper;
 
 import cn.lili.modules.lmk.domain.entity.VideoComment;
+import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
 import com.baomidou.mybatisplus.core.metadata.IPage;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import cn.lili.modules.lmk.domain.vo.VideoCommentVO;
@@ -41,10 +42,16 @@
     IPage masterCommentPage(IPage page, @Param("query") VideoCommentQuery query);
 
     /**
-     * 灏忕▼搴忓洖澶嶈瘎璁哄垎椤垫煡璇�
+     * 灏忕▼搴忓洖澶嶈瘎璁�
      *
-     * @param page
      * @param query
      */
     IPage replyCommentPage(IPage page, @Param("query") VideoCommentQuery query);
+
+    /**
+     * 缁熻姣忎釜瑙嗛鐨勮瘎璁烘暟閲�
+     *
+     * @return
+     */
+    List<CollectTypeNumVO> countNumGroupByVideo();
 }

--
Gitblit v1.8.0