mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-16 14:16:39 +00:00
文档更新
This commit is contained in:
@ -22,4 +22,11 @@ public interface FrontBookMapper extends BookMapper {
|
||||
void addCommentCount(@Param("bookId") Long bookId);
|
||||
|
||||
List<Book> queryNetworkPicBooks(@Param("limit") Integer limit,@Param("offset") Integer offset);
|
||||
|
||||
/**
|
||||
* 按评分随机查询小说集合
|
||||
* @param limit 查询条数
|
||||
* @return 小说集合
|
||||
* */
|
||||
List<Book> selectIdsByScoreAndRandom(@Param("limit") int limit);
|
||||
}
|
||||
|
Reference in New Issue
Block a user