From 7433322e94209c63bd6257dd4bf3b24be0452325 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 21 八月 2025 18:12:04 +0800
Subject: [PATCH] 奖品,抽奖活动bug改动,商家入驻密码重置111111

---
 framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
index d6fad30..f09a468 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
@@ -85,6 +85,8 @@
      */
     VideoAccountVO getAuthorInfo(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
 
+    VideoAccountVO getAuthorInfoAdmin(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
+
     /**
      * 鑾峰彇浣滆�呯殑鎵�鏈夎棰慽d
      *
@@ -193,4 +195,9 @@
      * @return
      */
     IPage getHistoryPage(IPage page, @Param("query") VideoHistoryQuery query);
+
+
+    VideoUserBaseInfo getVideoSysUserBaseInfo(@Param("id") String id);
+
+    VideoUserBaseInfo getVideoMemUserBaseInfo(@Param("id") String id);
 }

--
Gitblit v1.8.0