peng
1 天以前 04f674fc0a2f07346fa3eeeba86ce43f435251e0
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
@@ -47,6 +47,10 @@
     */
    IPage recommendVideo(IPage page, @Param("query") VideoQuery query);
    WxVideoVO recommendVideoByVideoId( @Param("query") VideoQuery query);
    List<WxVideoVO> recommendVideoList(@Param("query") VideoQuery query);
    IPage recommendHealthVideo(IPage page, @Param("query") WxHealthVideoQuery query);
@@ -80,6 +84,8 @@
     * @return
     */
    VideoAccountVO getAuthorInfo(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
    VideoAccountVO getAuthorInfoAdmin(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
    /**
     * 获取作者的所有视频id
@@ -189,4 +195,9 @@
     * @return
     */
    IPage getHistoryPage(IPage page, @Param("query") VideoHistoryQuery query);
    VideoUserBaseInfo getVideoSysUserBaseInfo(@Param("id") String id);
    VideoUserBaseInfo getVideoMemUserBaseInfo(@Param("id") String id);
}