From 8c4818a77b2279e1993a7022f21a6bc85046fdba Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 10 九月 2025 19:40:31 +0800
Subject: [PATCH] 优惠卷虚拟商品

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

diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/MyCollectService.java b/framework/src/main/java/cn/lili/modules/lmk/service/MyCollectService.java
index 3e4358e..8563b83 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/MyCollectService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/MyCollectService.java
@@ -75,9 +75,11 @@
     List<SimpleMyCollectVO> getCollectsByVideoIds(List<String> videoIds);
 
     /**
-     * 鏍规嵁鏌愭敹钘忕被鍨媔d鍒嗙粍缁熻鏁伴噺锛屾瘮濡傦細缁熻姣忎釜瑙嗛鐨勬敹钘忔暟
-     * @param type
+     * 鏍规嵁瑙嗛钘忕被鍨媔d鍒嗙粍缁熻鏁伴噺锛屾瘮濡傦細缁熻姣忎釜瑙嗛鐨勬敹钘忔暟
+     *
      * @return
      */
-    List<CollectTypeNumVO> countNumGroupByType(String type);
+    List<CollectTypeNumVO> countNumGroupByVideo();
+
+    Result getMyCollectList(MyCollectQuery query);
 }

--
Gitblit v1.8.0