From d4d9ea89dd109cb975eaa3412a15c5ff6e8d11dd Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 02 七月 2025 18:58:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java | 60 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 46 insertions(+), 14 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 0671480..2592ed4 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 @@ -2,6 +2,7 @@ import cn.lili.group.Add; import cn.lili.modules.lmk.domain.entity.MyCollect; +import cn.lili.modules.lmk.domain.entity.ThumbsUpRecord; import cn.lili.modules.lmk.domain.entity.Video; import cn.lili.modules.lmk.domain.form.*; import cn.lili.modules.lmk.domain.query.*; @@ -20,20 +21,6 @@ * @since 2025-05-16 */ public interface VideoService extends IService<Video> { - - /** - * 娣诲姞 - * @param form - * @return - */ - Result add(WxVideoForm form); - - /** - * 淇敼 - * @param form - * @return - */ - Result update(WxVideoForm form); /** * 鎵归噺鍒犻櫎 @@ -178,6 +165,14 @@ Result getAuthorCollectVideoPage(AuthorVideoQuery query); /** + * 鑾峰彇瑙嗛涓婚〉浣滆�呯偣璧炶棰戝垎椤� + * + * @param query + * @return + */ + Result getAuthorLikeVideoPage(AuthorVideoQuery query); + + /** * 淇濆瓨瑙嗛涓婚〉鐨勪釜浜轰俊鎭慨鏀� * * @param form @@ -265,4 +260,41 @@ * @param collect */ void mqCollectChange(MyCollect collect); + + /** + * 閲嶅缓瑙嗛es绱㈠紩 + * + * @return + */ + Result recreateEsIndex(); + + /** + * 淇敼瑙嗛鐐硅禐鐘舵�� + * + * @param form + * @return + */ + Result changeThumbsUp(ThumbsUpRecordForm form); + + /** + * mq淇敼瑙嗛鐐硅禐鐘舵�� + * + * @param thumbsUpRecord + */ + void mqChangeThumbsUp(ThumbsUpRecord thumbsUpRecord); + + /** + * 鎵归噺鏇存柊瑙嗛鐐硅禐鏁伴噺 + * + * @param numList + */ + void updateThumbsUpNumBatch(List<CollectTypeNumVO> numList); + + /** + * 瑙嗛鎼滅储-es + * + * @param query + * @return + */ + Result esSearch(VideoEsQuery query); } -- Gitblit v1.8.0