From 186fec3e5cbe751381d19d900058e1ff6855801a Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 23 五月 2025 10:35:42 +0800
Subject: [PATCH] 平台端活动管理(查询报名人员)

---
 framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
index d17750f..5f0ce49 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -6,6 +6,7 @@
 import cn.lili.modules.lmk.domain.form.VideoDownForm;
 import cn.lili.modules.lmk.domain.form.VideoRecommendForm;
 import cn.lili.modules.lmk.domain.query.ManagerVideoQuery;
+import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
 import com.baomidou.mybatisplus.extension.service.IService;
 import cn.lili.base.Result;
 import cn.lili.modules.lmk.domain.form.VideoForm;
@@ -122,4 +123,11 @@
      * @return
      */
     Result recommendVideo(AbsQuery query);
+
+    /**
+     * 鎵归噺鏇存柊瑙嗛鏀惰棌鏁伴噺
+     *
+     * @param numList
+     */
+    void updateCollectNumBatch(List<CollectTypeNumVO> numList);
 }

--
Gitblit v1.8.0