From 05522e00fc976bec6644bd00953e1a4e1c3d96e8 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 23 十月 2025 14:26:43 +0800
Subject: [PATCH] 调整
---
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 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 a632138..94bc442 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.query.VideoCommentMangerQuery;
import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -26,6 +27,9 @@
* @return
*/
VideoCommentVO getById(String id);
+
+
+ IPage getManagerPage (IPage page, @Param("query") VideoCommentMangerQuery query);
/**
* 鍒嗛〉
@@ -54,4 +58,11 @@
* @return
*/
List<CollectTypeNumVO> countNumGroupByVideo();
+
+ /**
+ * 鎵归噺鏇存柊瑙嗛璇勮鐐硅禐鏁�
+ *
+ * @param chunk
+ */
+ void updateCommentThumbsUpNumBatch(@Param("list") List<CollectTypeNumVO> chunk);
}
--
Gitblit v1.8.0