peng
2 天以前 6378b1e03b15e66ce58ebdb0f748f1330e2324d9
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoMapper.java
@@ -47,6 +47,8 @@
     */
    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);
@@ -83,6 +85,8 @@
     */
    VideoAccountVO getAuthorInfo(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
    VideoAccountVO getAuthorInfoAdmin(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId);
    /**
     * 获取作者的所有视频id
     *