From e49e4c4284a7c390f605fb0e8c4d2c590ba20020 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 16 十月 2025 13:48:26 +0800
Subject: [PATCH] 模板修改
---
framework/src/main/java/cn/lili/modules/lmk/service/MyCollectService.java | 6 +++---
1 files changed, 3 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 29010ac..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,11 +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