mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-16 06:06:38 +00:00
集成OSS对象存储
This commit is contained in:
@ -22,7 +22,7 @@ public interface FrontBookMapper extends BookMapper {
|
||||
|
||||
void addCommentCount(@Param("bookId") Long bookId);
|
||||
|
||||
List<Book> queryNetworkPicBooks(@Param("limit") Integer limit);
|
||||
List<Book> queryNetworkPicBooks(@Param("localPicPrefix") String localPicPrefix, @Param("limit") Integer limit);
|
||||
|
||||
/**
|
||||
* 按评分随机查询小说集合
|
||||
|
Reference in New Issue
Block a user